#C08BAE

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

Shades of Lily #C08BAE

Tints of Lily #C08BAE

Color information

#C08BAE (or 0xC08BAE) is unknown color: approx Lily. HEX triplet: C0, 8B and AE. RGB value is (192,139,174). Sum of RGB (Red+Green+Blue) = 192+139+174=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BAE is #3F7451. Grayscale: #9E9E9E. Windows color (decimal): -4158546 or 11439040. OLE color: 11439040.

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

Color convert

RGB192139174-
CMYK00.280.090.25
HSL320.38º29.61%64.9%-
HSV(B)320.38º27.6%75.29%-
XYZ38.6132.7344.33-
YUV158.84136.56151.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=38.02%
G=27.52%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213917400.280.090.25320.3829.6164.9
HexC08BAE01C9191401e41
Octal300213256034113150036101
Binary110000001000101110101110011100100111001101000000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BAE; }

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

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

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

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

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

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

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

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