Html Css Color HEX #CAA2C9 Lilac

📋 copy color: '#CAA2C9'

red 202 ◦ green 162 ◦ blue 201

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

Shades of Lilac #CAA2C9

Tints of Lilac #CAA2C9

RGB

 RED value IS 202 (79.3% from 255) = 35.75%

 GREEN value IS 162 (63.67% from 255) = 28.67%

 BLUE value IS 201 (78.91% from 255) = 35.58%

R = 35.75%
G = 28.67%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CAA2C9 (or 0xCAA2C9) is known color: Lilac. HEX triplet: CA, A2 and C9. RGB value is (202,162,201). Sum of RGB (Red+Green+Blue) = 202+162+201=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2C9 is #355D36. Grayscale: #B2B2B2. Windows color (decimal): -3497271 or 13214410. OLE color: 13214410.

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

Color convert

RGB 202 162 201 -
CMYK 0 0.20 0.00 0.21
HSL 301.5º 0.27% 0.71% -
HSV(B) 301.5º 0.2% 0.79% -
XYZ 47.82 42.61 60.96 -
YUV 178.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 202 162 201 0 0.20 0.00 0.21 301.5 0.27 0.71
Hex CA A2 C9 0 14 0 15 12E 1B 47
Octal 312 242 311 0 24 0 25 456 33 107
Binary 11001010 10100010 11001001 0 10100 0 10101 100101110 11011 1000111

Color Harmonies of #CAA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2C9

Black with #CAA2C9

Text Example


Text Example

White with #CAA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2C9; }

 p { color: rgb(202,162,201); }

 H1.HeaderClassName
 {
   color: #CAA2C9;
 }
 .AnyTagClassName
 {
   color: #CAA2C9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,162,201); }

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

border-color css

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

 span { border-color: rgb(202,162,201); }

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