#CC99BB

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

Shades of Lily #CC99BB

Tints of Lily #CC99BB

Color information

#CC99BB (or 0xCC99BB) is unknown color: approx Lily. HEX triplet: CC, 99 and BB. RGB value is (204,153,187). Sum of RGB (Red+Green+Blue) = 204+153+187=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BB is #336644. Grayscale: #ACACAC. Windows color (decimal): -3368517 or 12294604. OLE color: 12294604.

HSL color Cylindrical-coordinate representation of color #CC99BB: hue angle of 320º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99BB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204153187-
CMYK00.250.080.2
HSL320º33.33%70%-
HSV(B)320º25%80%-
XYZ45.2639.2152.2-
YUV172.12136.4150.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=37.5%
G=28.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415318700.250.080.232033.3370
HexCC99BB0198141402146
Octal314231273031102450041106
Binary1100110010011001101110110110011000101001010000001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99BB; }

 p { color: rgb(204,153,187); }

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

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

 a { background-color: rgb(204,153,187); }

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

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

 span { border-color: rgb(204,153,187); }

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