#C08BA9

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

Shades of Lily #C08BA9

Tints of Lily #C08BA9

Color information

#C08BA9 (or 0xC08BA9) is unknown color: approx Lily. HEX triplet: C0, 8B and A9. RGB value is (192,139,169). Sum of RGB (Red+Green+Blue) = 192+139+169=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BA9 is #3F7456. Grayscale: #9E9E9E. Windows color (decimal): -4158551 or 11111360. OLE color: 11111360.

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

Color convert

RGB192139169-
CMYK00.280.120.25
HSL326.04º29.61%64.9%-
HSV(B)326.04º27.6%75.29%-
XYZ38.1332.5441.81-
YUV158.27134.06152.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 139 (54.69% from 255) = 27.8%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=38.4%
G=27.8%
B=33.8%

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
Decimal19213916900.280.120.25326.0429.6164.9
HexC08BA901CC191461e41
Octal300213251034143150636101
Binary110000001000101110101001011100110011001101000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BA9; }

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

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

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

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

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

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

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

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