#CC9FBC

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

Shades of Lily #CC9FBC

Tints of Lily #CC9FBC

Color information

#CC9FBC (or 0xCC9FBC) is unknown color: approx Lily. HEX triplet: CC, 9F and BC. RGB value is (204,159,188). Sum of RGB (Red+Green+Blue) = 204+159+188=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FBC is #336043. Grayscale: #AFAFAF. Windows color (decimal): -3366980 or 12361676. OLE color: 12361676.

HSL color Cylindrical-coordinate representation of color #CC9FBC: hue angle of 321.33º 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 #CC9FBC is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204159188-
CMYK00.220.080.2
HSL321.33º30.61%71.18%-
HSV(B)321.33º22.06%80%-
XYZ46.3841.2653.1-
YUV175.76134.91148.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=37.02%
G=28.86%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415918800.220.080.2321.3330.6171.18
HexCC9FBC0168141411f47
Octal314237274026102450137107
Binary110011001001111110111100010110100010100101000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FBC; }

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

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

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

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

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

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

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

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