COLOR #C995B8

HEX: #C995B8
RGB: (201,149,184)

Renk bilgisi

#C995B8 contains red, green and blue colors in about the same proportion. #C995B8 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C995B8 color RGB value is (201,149,184).

  • kırmız ton 201;
  • yeşil ton 149;
  • mavi ton 184.
RGB:
(201,149,184)
(79%,58%,72%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 149 of 255 = 58%
B 184 of 255 = 72%

201
149
184

R + G + B ~ 70%. #C995B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 149 + 184 = 534 (100%)
R 201 of 534 ~ 37.64%
G 149 of 534 ~ 27.9%
B 184 of 534 ~ 34.46%

%37.64
%27.9
%34.46

CMYK RENK MODELİ

#C995B8 rengi CMYK tonu (0,26,8,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.87%
  • sarı tonu 8.46%
  • ana renk tonu 21.18%
CMYK:
(0,26,8,21)
C0M26Y8K21 
(0%,26%,8%,21%)
(0.00/0.26/0.08/0.21)	

CMYK yüzdeleri

%0
%25.87
%8.46
%21.18

Codes

Color #C995B8 in popluar color models

C995B8
RGB201149184
HSL320°32.50%68.63%
HSB/HSV320°25.87%78.82%
CMYK0.00%25.87%8.46%
21.18%

Color #C995B8 in popluar number systems.

HEXC995B8
Decimal201149184
Binary110010011001010110111000
Octal311225270

Shades and tints

Shades of #C995B8

#C995B8
(201,149,184)
#B788A8
(183,136,168)
#A57B98
(165,123,152)
#936E88
(147,110,136)
#816178
(129,97,120)
#6F5468
(111,84,104)
#5D4758
(93,71,88)
#4B3A48
(75,58,72)
#392D38
(57,45,56)
#272028
(39,32,40)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #C995B8

#C995B8
(201,149,184)
#CD9EBE
(205,158,190)
#D1A7C4
(209,167,196)
#D5B0CA
(213,176,202)
#D9B9D0
(217,185,208)
#DDC2D6
(221,194,214)
#E1CBDC
(225,203,220)
#E5D4E2
(229,212,226)
#E9DDE8
(233,221,232)
#EDE6EE
(237,230,238)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C995B8 color. Also use rgb(201,149,184) instead hex code.

Text Font Color

.myTextColor { color: #C995B8; }

<p style="color:#C995B8">This sample text font color is #C995B8.</p>

This text font color is #C995B8.


Background Color

.myBgColor { background-color: #C995B8; }

<div style="background-color:#C995B8">Inner text</div>

This div background color is #C995B8.


Border color

.myBorderColor { border: 1px solid #C995B8; }

<div style="border:3px solid #C995B8">Div</div>

This div border color is #C995B8.


Opacity

.myOpacity80 { color: #C995B8; opacity: 0.8; }

<p style="color:#C995B8;opacity:0.8;">80%</p>

Text with #C995B8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C995B8;}

<p style="text-shadow: 3px 3px 1px #C995B8">Text here.</p>

This text has shadow with #C995B8 color.

.textShadow {text-shadow: 3px 3px 1px #C995B8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C995B8, 5px 5px 20px red">Text here.</p>

This text has shadow with #C995B8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C995B8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C995B8, Direction=45, Strength=4)">Text</p>

This text has shadow with #C995B8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C995B8;
  -webkit-box-shadow:	1px 1px 3px 2px #C995B8;
  box-shadow:		1px 1px 3px 2px #C995B8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C995B8;
-webkit-box-shadow: 1px 1px 3px 2px #C995B8;
box-shadow:1px 1px 3px 2px #C995B8;">
Div content here</div>
This div box has shadow with color #C995B8.

Preview

Color preview on black background

This text has color #C995B8 on black background.


Color preview on white background

This text has color #C995B8 on white background.



Black color preview on #C995B8 background

This text has black color on #C995B8 background.


White color preview on #C995B8 background

This text has white color on #C995B8 background.