#C09CAA

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

Shades of Lily #C09CAA

Tints of Lily #C09CAA

Color information

#C09CAA (or 0xC09CAA) is unknown color: approx Lily. HEX triplet: C0, 9C and AA. RGB value is (192,156,170). Sum of RGB (Red+Green+Blue) = 192+156+170=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CAA is #3F6355. Grayscale: #A8A8A8. Windows color (decimal): -4154198 or 11181248. OLE color: 11181248.

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

Color convert

RGB192156170-
CMYK00.190.110.25
HSL336.67º22.22%68.24%-
HSV(B)336.67º18.75%75.29%-
XYZ40.8837.8943.19-
YUV168.36128.93144.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=37.07%
G=30.12%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215617000.190.110.25336.6722.2268.24
HexC09CAA013B191511644
Octal300234252023133152126104
Binary110000001001110010101010010011101111001101010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CAA; }

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

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

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

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

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

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

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

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