#C8A0CA

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

Shades of Lilac #C8A0CA

Tints of Lilac #C8A0CA

Color information

#C8A0CA (or 0xC8A0CA) is unknown color: approx Lilac. HEX triplet: C8, A0 and CA. RGB value is (200,160,202). Sum of RGB (Red+Green+Blue) = 200+160+202=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0CA is #375F35. Grayscale: #B0B0B0. Windows color (decimal): -3628854 or 13279432. OLE color: 13279432.

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

Color convert

RGB200160202-
CMYK0.010.2100.21
HSL297.14º28.38%70.98%-
HSV(B)297.14º20.79%79.22%-
XYZ47.0541.6961.44-
YUV176.75142.25144.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.59%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=35.59%
G=28.47%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001602020.010.2100.21297.1428.3870.98
HexC8A0CA1150151291c47
Octal31024031212502545134107
Binary110010001010000011001010110101010101100101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0CA; }

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

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

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

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

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

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

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

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