Html Css Color HEX #CAA8C9 Lilac

📋 copy color: '#CAA8C9'

red 202 ◦ green 168 ◦ blue 201

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

Shades of Lilac #CAA8C9

Tints of Lilac #CAA8C9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.42%

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

R = 35.38%
G = 29.42%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CAA8C9 (or 0xCAA8C9) is known color: Lilac. HEX triplet: CA, A8 and C9. RGB value is (202,168,201). Sum of RGB (Red+Green+Blue) = 202+168+201=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8C9 is #355736. Grayscale: #B5B5B5. Windows color (decimal): -3495735 or 13215946. OLE color: 13215946.

HSL color Cylindrical-coordinate representation of color #CAA8C9: hue angle of 301.76º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAA8C9 is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 201 -
CMYK 0 0.17 0.00 0.21
HSL 301.76º 0.24% 0.73% -
HSV(B) 301.76º 0.17% 0.79% -
XYZ 48.9 44.78 61.32 -
YUV 181.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 202 168 201 0 0.17 0.00 0.21 301.76 0.24 0.73
Hex CA A8 C9 0 11 0 15 12E 18 49
Octal 312 250 311 0 21 0 25 456 30 111
Binary 11001010 10101000 11001001 0 10001 0 10101 100101110 11000 1001001

Color Harmonies of #CAA8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8C9

Black with #CAA8C9

Text Example


Text Example

White with #CAA8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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