#C09AAA

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

Shades of Lily #C09AAA

Tints of Lily #C09AAA

Color information

#C09AAA (or 0xC09AAA) is unknown color: approx Lily. HEX triplet: C0, 9A and AA. RGB value is (192,154,170). Sum of RGB (Red+Green+Blue) = 192+154+170=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AAA is #3F6555. Grayscale: #A7A7A7. Windows color (decimal): -4154710 or 11180736. OLE color: 11180736.

HSL color Cylindrical-coordinate representation of color #C09AAA: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AAA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192154170-
CMYK00.200.110.25
HSL334.74º23.17%67.84%-
HSV(B)334.74º19.79%75.29%-
XYZ40.5537.2243.08-
YUV167.19129.59145.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=37.21%
G=29.84%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215417000.200.110.25334.7423.1767.84
HexC09AAA014B1914f1744
Octal300232252024133151727104
Binary110000001001101010101010010100101111001101001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AAA; }

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

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

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

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

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

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

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

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