#C08DAE

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

Shades of Lily #C08DAE

Tints of Lily #C08DAE

Color information

#C08DAE (or 0xC08DAE) is unknown color: approx Lily. HEX triplet: C0, 8D and AE. RGB value is (192,141,174). Sum of RGB (Red+Green+Blue) = 192+141+174=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAE is #3F7251. Grayscale: #9F9F9F. Windows color (decimal): -4158034 or 11439552. OLE color: 11439552.

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

Color convert

RGB192141174-
CMYK00.270.090.25
HSL321.18º28.81%65.29%-
HSV(B)321.18º26.56%75.29%-
XYZ38.933.3144.42-
YUV160.01135.9150.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=37.87%
G=27.81%
B=34.32%

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
Decimal19214117400.270.090.25321.1828.8165.29
HexC08DAE01B9191411d41
Octal300215256033113150135101
Binary110000001000110110101110011011100111001101000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DAE; }

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

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

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

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

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

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

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

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