#C08DA7

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

Shades of Lily #C08DA7

Tints of Lily #C08DA7

Color information

#C08DA7 (or 0xC08DA7) is unknown color: approx Lily. HEX triplet: C0, 8D and A7. RGB value is (192,141,167). Sum of RGB (Red+Green+Blue) = 192+141+167=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA7 is #3F7258. Grayscale: #9F9F9F. Windows color (decimal): -4158041 or 10980800. OLE color: 10980800.

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

Color convert

RGB192141167-
CMYK00.270.130.25
HSL329.41º28.81%65.29%-
HSV(B)329.41º26.56%75.29%-
XYZ38.2433.0540.92-
YUV159.21132.4151.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 167 (65.62% from 255) = 33.4%
R=38.4%
G=28.2%
B=33.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214116700.270.130.25329.4128.8165.29
HexC08DA701BD191491d41
Octal300215247033153151135101
Binary110000001000110110100111011011110111001101001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DA7; }

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

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

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

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

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

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

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

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