#CC9FB4

Color #CC9FB4 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CC9FB4

Tints of Lily #CC9FB4

Color information

#CC9FB4 (or 0xCC9FB4) is unknown color: approx Lily. HEX triplet: CC, 9F and B4. RGB value is (204,159,180). Sum of RGB (Red+Green+Blue) = 204+159+180=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FB4 is #33604B. Grayscale: #AEAEAE. Windows color (decimal): -3366988 or 11837388. OLE color: 11837388.

HSL color Cylindrical-coordinate representation of color #CC9FB4: hue angle of 332º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CC9FB4 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204159180-
CMYK00.220.120.2
HSL332º30.61%71.18%-
HSV(B)332º22.06%80%-
XYZ45.5440.9348.68-
YUV174.85130.91148.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=37.57%
G=29.28%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415918000.220.120.233230.6171.18
HexCC9FB4016C1414c1f47
Octal314237264026142451437107
Binary110011001001111110110100010110110010100101001100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FB4; }

 p { color: rgb(204,159,180); }

 H1.HeaderClassName
 {
   color: #CC9FB4;
 }
 .AnyTagClassName
 {
   color: #CC9FB4;
 }
</style>
background-color css

<style>
 a { background-color: #CC9FB4; }

 a { background-color: rgb(204,159,180); }

 div.DivClassName
 {
   background-color: #CC9FB4;
 }
 .BgClassName
 {
   background-color: #CC9FB4;
 }
</style>
border-color css

<style>
 span { border-color: #CC9FB4; }

 span { border-color: rgb(204,159,180); }

 td.TdClassName
 {
   border-color: #CC9FB4;
 }
 .TagClassName
 {
   border-color: #CC9FB4;
 }
</style>