#C09CAE

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

Shades of Lily #C09CAE

Tints of Lily #C09CAE

Color information

#C09CAE (or 0xC09CAE) is unknown color: approx Lily. HEX triplet: C0, 9C and AE. RGB value is (192,156,174). Sum of RGB (Red+Green+Blue) = 192+156+174=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CAE is #3F6351. Grayscale: #A8A8A8. Windows color (decimal): -4154194 or 11443392. OLE color: 11443392.

HSL color Cylindrical-coordinate representation of color #C09CAE: hue angle of 330º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CAE is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192156174-
CMYK00.190.090.25
HSL330º22.22%68.24%-
HSV(B)330º18.75%75.29%-
XYZ41.2738.0445.21-
YUV168.82130.93144.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=36.78%
G=29.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215617400.190.090.2533022.2268.24
HexC09CAE01391914a1644
Octal300234256023113151226104
Binary110000001001110010101110010011100111001101001010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CAE; }

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

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

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

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

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

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

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

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