#CAA0CB

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

Shades of Lilac #CAA0CB

Tints of Lilac #CAA0CB

Color information

#CAA0CB (or 0xCAA0CB) is unknown color: approx Lilac. HEX triplet: CA, A0 and CB. RGB value is (202,160,203). Sum of RGB (Red+Green+Blue) = 202+160+203=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0CB is #355F34. Grayscale: #B1B1B1. Windows color (decimal): -3497781 or 13344970. OLE color: 13344970.

HSL color Cylindrical-coordinate representation of color #CAA0CB: hue angle of 298.6º 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 #CAA0CB is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202160203-
CMYK0.000.2100.20
HSL298.6º29.25%71.18%-
HSV(B)298.6º21.18%79.61%-
XYZ47.7142.0162.09-
YUV177.46142.41145.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=35.75%
G=28.32%
B=35.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021602030.000.2100.20298.629.2571.18
HexCAA0CB01501412b1d47
Octal31224031302502445335107
Binary110010101010000011001011010101010100100101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0CB; }

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

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

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

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

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

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

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

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