#C08FAC

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

Shades of Lily #C08FAC

Tints of Lily #C08FAC

Color information

#C08FAC (or 0xC08FAC) is unknown color: approx Lily. HEX triplet: C0, 8F and AC. RGB value is (192,143,172). Sum of RGB (Red+Green+Blue) = 192+143+172=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FAC is #3F7053. Grayscale: #A0A0A0. Windows color (decimal): -4157524 or 11308992. OLE color: 11308992.

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

Color convert

RGB192143172-
CMYK00.260.100.25
HSL324.49º28%65.69%-
HSV(B)324.49º25.52%75.29%-
XYZ39.0133.8343.5-
YUV160.96134.23150.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=37.87%
G=28.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214317200.260.100.25324.492865.69
HexC08FAC01AA191441c42
Octal300217254032123150434102
Binary110000001000111110101100011010101011001101000100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FAC; }

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

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

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

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

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

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

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

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