Html Css Color HEX #CAA2C6 Lilac

📋 copy color: '#CAA2C6'

red 202 ◦ green 162 ◦ blue 198

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

Shades of Lilac #CAA2C6

Tints of Lilac #CAA2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.23%

R = 35.94%
G = 28.83%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAA2C6 (or 0xCAA2C6) is known color: Lilac. HEX triplet: CA, A2 and C6. RGB value is (202,162,198). Sum of RGB (Red+Green+Blue) = 202+162+198=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2C6 is #355D39. Grayscale: #B1B1B1. Windows color (decimal): -3497274 or 13017802. OLE color: 13017802.

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

Color convert

RGB 202 162 198 -
CMYK 0 0.20 0.02 0.21
HSL 306º 0.27% 0.71% -
HSV(B) 306º 0.2% 0.79% -
XYZ 47.47 42.47 59.12 -
YUV 178.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 202 162 198 0 0.20 0.02 0.21 306 0.27 0.71
Hex CA A2 C6 0 14 2 15 132 1B 47
Octal 312 242 306 0 24 2 25 462 33 107
Binary 11001010 10100010 11000110 0 10100 10 10101 100110010 11011 1000111

Color Harmonies of #CAA2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2C6

Black with #CAA2C6

Text Example


Text Example

White with #CAA2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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