#CAA0CC

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

Shades of Lilac #CAA0CC

Tints of Lilac #CAA0CC

Color information

#CAA0CC (or 0xCAA0CC) is unknown color: approx Lilac. HEX triplet: CA, A0 and CC. RGB value is (202,160,204). Sum of RGB (Red+Green+Blue) = 202+160+204=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0CC is #355F33. Grayscale: #B1B1B1. Windows color (decimal): -3497780 or 13410506. OLE color: 13410506.

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

Color convert

RGB202160204-
CMYK0.010.2200.2
HSL297.27º30.14%71.37%-
HSV(B)297.27º21.57%80%-
XYZ47.8342.0662.72-
YUV177.57142.91145.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 160 (62.89% from 255) = 28.27%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=35.69%
G=28.27%
B=36.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021602040.010.2200.2297.2730.1471.37
HexCAA0CC1160141291e47
Octal31224031412602445136107
Binary110010101010000011001100110110010100100101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0CC; }

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

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

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

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

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

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

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

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