COLOR #C599CB

HEX: #C599CB
RGB: (197,153,203)

Color info

#C599CB contains red, green and blue colors in about the same proportion. Web safe color of #C599CB is #CC99CC (or #C9C).

RGB color model

#C599CB color RGB value is (197,153,203).

  • red value is 197;
  • green value is 153;
  • blue value is 203.
RGB:
(197,153,203)
(77%,60%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 153 of 255 = 60%
B 203 of 255 = 80%

197
153
203

R + G + B ~ 72%. #C599CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 153 + 203 = 553 (100%)
R 197 of 553 ~ 35.62%
G 153 of 553 ~ 27.67%
B 203 of 553 ~ 36.71%

%35.62
%27.67
%36.71

CMYK color model

#C599CB color CMYK value is (3,25,0,20).

  • cyan value is 2.96%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(3,25,0,20)
C3M25Y0K20 
(3%,25%,0%,20%)
(0.03/0.25/0.00/0.20)	

CMYK percentages

%2.96
%24.63
%0
%20.39

Codes

Color #C599CB in popluar color models

C599CB
RGB197153203
HSL293°32.47%69.80%
HSB/HSV293°24.63%79.61%
CMYK2.96%24.63%0.00%
20.39%

Color #C599CB in popluar number systems.

HEXC599CB
Decimal197153203
Binary110001011001100111001011
Octal305231313

Shades and tints

Shades of #C599CB

#C599CB
(197,153,203)
#B48CB9
(180,140,185)
#A37FA7
(163,127,167)
#927295
(146,114,149)
#816583
(129,101,131)
#705871
(112,88,113)
#5F4B5F
(95,75,95)
#4E3E4D
(78,62,77)
#3D313B
(61,49,59)
#2C2429
(44,36,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #C599CB

#C599CB
(197,153,203)
#CAA2CF
(202,162,207)
#CFABD3
(207,171,211)
#D4B4D7
(212,180,215)
#D9BDDB
(217,189,219)
#DEC6DF
(222,198,223)
#E3CFE3
(227,207,227)
#E8D8E7
(232,216,231)
#EDE1EB
(237,225,235)
#F2EAEF
(242,234,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C599CB color. Also use rgb(197,153,203) instead hex code.

Text Font Color

.myTextColor { color: #C599CB; }

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

This text font color is #C599CB.


Background Color

.myBgColor { background-color: #C599CB; }

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

This div background color is #C599CB.


Border color

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

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

This div border color is #C599CB.


Opacity

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

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

Text with #C599CB 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 #C599CB;}

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

This text has shadow with #C599CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C599CB on black background.


Color preview on white background

This text has color #C599CB on white background.



Black color preview on #C599CB background

This text has black color on #C599CB background.


White color preview on #C599CB background

This text has white color on #C599CB background.