Html Css Color HEX #CAA3C2 Lilac

📋 copy color: '#CAA3C2'

red 202 ◦ green 163 ◦ blue 194

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

Shades of Lilac #CAA3C2

Tints of Lilac #CAA3C2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.16%

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 36.14%
G = 29.16%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CAA3C2 (or 0xCAA3C2) is known color: Lilac. HEX triplet: CA, A3 and C2. RGB value is (202,163,194). Sum of RGB (Red+Green+Blue) = 202+163+194=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3C2 is #355C3D. Grayscale: #B2B2B2. Windows color (decimal): -3497022 or 12755914. OLE color: 12755914.

HSL color Cylindrical-coordinate representation of color #CAA3C2: hue angle of 312.31º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3C2 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 163 194 -
CMYK 0 0.19 0.04 0.21
HSL 312.31º 0.27% 0.72% -
HSV(B) 312.31º 0.19% 0.79% -
XYZ 47.19 42.65 56.78 -
YUV 178.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 202 163 194 0 0.19 0.04 0.21 312.31 0.27 0.72
Hex CA A3 C2 0 13 4 15 138 1B 48
Octal 312 243 302 0 23 4 25 470 33 110
Binary 11001010 10100011 11000010 0 10011 100 10101 100111000 11011 1001000

Color Harmonies of #CAA3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3C2

Black with #CAA3C2

Text Example


Text Example

White with #CAA3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3C2; }

 p { color: rgb(202,163,194); }

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

background-color css

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

 a { background-color: rgb(202,163,194); }

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

border-color css

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

 span { border-color: rgb(202,163,194); }

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