#CC99AE

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

Shades of Lily #CC99AE

Tints of Lily #CC99AE

Color information

#CC99AE (or 0xCC99AE) is unknown color: approx Lily. HEX triplet: CC, 99 and AE. RGB value is (204,153,174). Sum of RGB (Red+Green+Blue) = 204+153+174=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AE is #336651. Grayscale: #AAAAAA. Windows color (decimal): -3368530 or 11442636. OLE color: 11442636.

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

Color convert

RGB204153174-
CMYK00.250.150.2
HSL335.29º33.33%70%-
HSV(B)335.29º25%80%-
XYZ43.9338.6845.19-
YUV170.64129.9151.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=38.42%
G=28.81%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415317400.250.150.2335.2933.3370
HexCC99AE019F1414f2146
Octal314231256031172451741106
Binary1100110010011001101011100110011111101001010011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99AE; }

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

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

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

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

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

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

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

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