#C08AA9

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

Shades of Lily #C08AA9

Tints of Lily #C08AA9

Color information

#C08AA9 (or 0xC08AA9) is unknown color: approx Lily. HEX triplet: C0, 8A and A9. RGB value is (192,138,169). Sum of RGB (Red+Green+Blue) = 192+138+169=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AA9 is #3F7556. Grayscale: #9D9D9D. Windows color (decimal): -4158807 or 11111104. OLE color: 11111104.

HSL color Cylindrical-coordinate representation of color #C08AA9: hue angle of 325.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08AA9 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192138169-
CMYK00.280.120.25
HSL325.56º30%64.71%-
HSV(B)325.56º28.12%75.29%-
XYZ37.9932.2541.76-
YUV157.68134.39152.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=38.48%
G=27.66%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213816900.280.120.25325.563064.71
HexC08AA901CC191461e41
Octal300212251034143150636101
Binary110000001000101010101001011100110011001101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AA9; }

 p { color: rgb(192,138,169); }

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

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

 a { background-color: rgb(192,138,169); }

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

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

 span { border-color: rgb(192,138,169); }

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