#C08AAB

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

Shades of Lily #C08AAB

Tints of Lily #C08AAB

Color information

#C08AAB (or 0xC08AAB) is unknown color: approx Lily. HEX triplet: C0, 8A and AB. RGB value is (192,138,171). Sum of RGB (Red+Green+Blue) = 192+138+171=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C08AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08AAB is #3F7554. Grayscale: #9D9D9D. Windows color (decimal): -4158805 or 11242176. OLE color: 11242176.

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

Color convert

RGB192138171-
CMYK00.280.110.25
HSL323.33º30%64.71%-
HSV(B)323.33º28.12%75.29%-
XYZ38.1832.3242.76-
YUV157.91135.39152.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=38.32%
G=27.54%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213817100.280.110.25323.333064.71
HexC08AAB01CB191431e41
Octal300212253034133150336101
Binary110000001000101010101011011100101111001101000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AAB; }

 p { color: rgb(192,138,171); }

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

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

 a { background-color: rgb(192,138,171); }

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

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

 span { border-color: rgb(192,138,171); }

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