#C08FA9

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

Shades of Lily #C08FA9

Tints of Lily #C08FA9

Color information

#C08FA9 (or 0xC08FA9) is unknown color: approx Lily. HEX triplet: C0, 8F and A9. RGB value is (192,143,169). Sum of RGB (Red+Green+Blue) = 192+143+169=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FA9 is #3F7056. Grayscale: #A0A0A0. Windows color (decimal): -4157527 or 11112384. OLE color: 11112384.

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

Color convert

RGB192143169-
CMYK00.260.120.25
HSL328.16º28%65.69%-
HSV(B)328.16º25.52%75.29%-
XYZ38.7233.7242-
YUV160.61132.73150.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=38.10%
G=28.37%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214316900.260.120.25328.162865.69
HexC08FA901AC191481c42
Octal300217251032143151034102
Binary110000001000111110101001011010110011001101001000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FA9; }

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

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

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

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

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

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

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

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