#C08DAF

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

Shades of Lily #C08DAF

Tints of Lily #C08DAF

Color information

#C08DAF (or 0xC08DAF) is unknown color: approx Lily. HEX triplet: C0, 8D and AF. RGB value is (192,141,175). Sum of RGB (Red+Green+Blue) = 192+141+175=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAF is #3F7250. Grayscale: #A0A0A0. Windows color (decimal): -4158033 or 11505088. OLE color: 11505088.

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

Color convert

RGB192141175-
CMYK00.270.090.25
HSL320º28.81%65.29%-
HSV(B)320º26.56%75.29%-
XYZ3933.3544.94-
YUV160.12136.4150.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=37.80%
G=27.76%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214117500.270.090.2532028.8165.29
HexC08DAF01B9191401d41
Octal300215257033113150035101
Binary110000001000110110101111011011100111001101000000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DAF; }

 p { color: rgb(192,141,175); }

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

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

 a { background-color: rgb(192,141,175); }

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

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

 span { border-color: rgb(192,141,175); }

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