Html Css Color HEX #CAA0CC Lilac

📋 copy color: '#CAA0CC'

red 202 ◦ green 160 ◦ blue 204

#CAA0CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CAA0CC

Tints of Lilac #CAA0CC

RGB

 RED value IS 202 (79.3% 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 value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAA0CC (or 0xCAA0CC) is known color: 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

RGB 202 160 204 -
CMYK 0.01 0.22 0 0.2
HSL 297.27º 0.3% 0.71% -
HSV(B) 297.27º 0.22% 0.8% -
XYZ 47.83 42.06 62.72 -
YUV 177.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 202 160 204 0.01 0.22 0 0.2 297.27 0.3 0.71
Hex CA A0 CC 1 16 0 14 129 1E 47
Octal 312 240 314 1 26 0 24 451 36 107
Binary 11001010 10100000 11001100 1 10110 0 10100 100101001 11110 1000111

Color Harmonies of #CAA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0CC

Black with #CAA0CC

Text Example


Text Example

White with #CAA0CC

Text Example


Text Example

HTML Codes & Css Web 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>