#C8A0CB

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

Shades of Lilac #C8A0CB

Tints of Lilac #C8A0CB

Color information

#C8A0CB (or 0xC8A0CB) is unknown color: approx Lilac. HEX triplet: C8, A0 and CB. RGB value is (200,160,203). Sum of RGB (Red+Green+Blue) = 200+160+203=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0CB is #375F34. Grayscale: #B0B0B0. Windows color (decimal): -3628853 or 13344968. OLE color: 13344968.

HSL color Cylindrical-coordinate representation of color #C8A0CB: hue angle of 295.81º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A0CB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200160203-
CMYK0.010.2100.20
HSL295.81º29.25%71.18%-
HSV(B)295.81º21.18%79.61%-
XYZ47.1741.7362.07-
YUV176.86142.75144.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=35.52%
G=28.42%
B=36.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001602030.010.2100.20295.8129.2571.18
HexC8A0CB1150141281d47
Octal31024031312502445035107
Binary110010001010000011001011110101010100100101000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0CB; }

 p { color: rgb(200,160,203); }

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

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

 a { background-color: rgb(200,160,203); }

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

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

 span { border-color: rgb(200,160,203); }

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