#C09CAF

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

Shades of Lily #C09CAF

Tints of Lily #C09CAF

Color information

#C09CAF (or 0xC09CAF) is unknown color: approx Lily. HEX triplet: C0, 9C and AF. RGB value is (192,156,175). Sum of RGB (Red+Green+Blue) = 192+156+175=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CAF is #3F6350. Grayscale: #A8A8A8. Windows color (decimal): -4154193 or 11508928. OLE color: 11508928.

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

Color convert

RGB192156175-
CMYK00.190.090.25
HSL328.33º22.22%68.24%-
HSV(B)328.33º18.75%75.29%-
XYZ41.3638.0845.73-
YUV168.93131.43144.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=36.71%
G=29.83%
B=33.46%

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
Decimal19215617500.190.090.25328.3322.2268.24
HexC09CAF0139191481644
Octal300234257023113151026104
Binary110000001001110010101111010011100111001101001000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CAF; }

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

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

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

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

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

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

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

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