#CC99C0

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

Shades of Lily #CC99C0

Tints of Lily #CC99C0

Color information

#CC99C0 (or 0xCC99C0) is unknown color: approx Lily. HEX triplet: CC, 99 and C0. RGB value is (204,153,192). Sum of RGB (Red+Green+Blue) = 204+153+192=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99C0 is #33663F. Grayscale: #ACACAC. Windows color (decimal): -3368512 or 12622284. OLE color: 12622284.

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

Color convert

RGB204153192-
CMYK00.250.060.2
HSL314.12º33.33%70%-
HSV(B)314.12º25%80%-
XYZ45.8139.4355.06-
YUV172.7138.9150.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=37.16%
G=27.87%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415319200.250.060.2314.1233.3370
HexCC99C001961413a2146
Octal31423130003162447241106
Binary110011001001100111000000011001110101001001110101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99C0; }

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

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

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

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

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

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

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

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