Html Css Color HEX #CAA1C4 Lilac

📋 copy color: '#CAA1C4'

red 202 ◦ green 161 ◦ blue 196

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

Shades of Lilac #CAA1C4

Tints of Lilac #CAA1C4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.8%

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 36.14%
G = 28.8%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CAA1C4 (or 0xCAA1C4) is known color: Lilac. HEX triplet: CA, A1 and C4. RGB value is (202,161,196). Sum of RGB (Red+Green+Blue) = 202+161+196=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA1C4 is #355E3B. Grayscale: #B1B1B1. Windows color (decimal): -3497532 or 12886474. OLE color: 12886474.

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

Color convert

RGB 202 161 196 -
CMYK 0 0.20 0.03 0.21
HSL 308.78º 0.28% 0.71% -
HSV(B) 308.78º 0.2% 0.79% -
XYZ 47.07 42.03 57.86 -
YUV 177.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 202 161 196 0 0.20 0.03 0.21 308.78 0.28 0.71
Hex CA A1 C4 0 14 3 15 135 1C 47
Octal 312 241 304 0 24 3 25 465 34 107
Binary 11001010 10100001 11000100 0 10100 11 10101 100110101 11100 1000111

Color Harmonies of #CAA1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA1C4

Black with #CAA1C4

Text Example


Text Example

White with #CAA1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA1C4; }

 p { color: rgb(202,161,196); }

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

background-color css

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

 a { background-color: rgb(202,161,196); }

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

border-color css

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

 span { border-color: rgb(202,161,196); }

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