#CC9CAE

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

Shades of Lily #CC9CAE

Tints of Lily #CC9CAE

Color information

#CC9CAE (or 0xCC9CAE) is unknown color: approx Lily. HEX triplet: CC, 9C and AE. RGB value is (204,156,174). Sum of RGB (Red+Green+Blue) = 204+156+174=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CAE is #336351. Grayscale: #ACACAC. Windows color (decimal): -3367762 or 11443404. OLE color: 11443404.

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

Color convert

RGB204156174-
CMYK00.240.150.2
HSL337.5º32%70.59%-
HSV(B)337.5º23.53%80%-
XYZ44.4339.6745.36-
YUV172.4128.9150.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=38.20%
G=29.21%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415617400.240.150.2337.53270.59
HexCC9CAE018F141522047
Octal314234256030172452240107
Binary1100110010011100101011100110001111101001010100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CAE; }

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

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

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

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

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

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

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

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