Html Css Color HEX #CAA9C8 Lilac

📋 copy color: '#CAA9C8'

red 202 ◦ green 169 ◦ blue 200

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

Shades of Lilac #CAA9C8

Tints of Lilac #CAA9C8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.6%

 BLUE value IS 200 (78.52% from 255) = 35.03%

R = 35.38%
G = 29.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CAA9C8 (or 0xCAA9C8) is known color: Lilac. HEX triplet: CA, A9 and C8. RGB value is (202,169,200). Sum of RGB (Red+Green+Blue) = 202+169+200=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 169 (66.41% from 255 or 29.60% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9C8 is #355637. Grayscale: #B6B6B6. Windows color (decimal): -3495480 or 13150666. OLE color: 13150666.

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

Color convert

RGB 202 169 200 -
CMYK 0 0.16 0.01 0.21
HSL 303.64º 0.24% 0.73% -
HSV(B) 303.64º 0.16% 0.79% -
XYZ 48.97 45.1 60.77 -
YUV 182.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 202 169 200 0 0.16 0.01 0.21 303.64 0.24 0.73
Hex CA A9 C8 0 10 1 15 130 18 49
Octal 312 251 310 0 20 1 25 460 30 111
Binary 11001010 10101001 11001000 0 10000 1 10101 100110000 11000 1001001

Color Harmonies of #CAA9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9C8

Black with #CAA9C8

Text Example


Text Example

White with #CAA9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9C8; }

 p { color: rgb(202,169,200); }

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

background-color css

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

 a { background-color: rgb(202,169,200); }

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

border-color css

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

 span { border-color: rgb(202,169,200); }

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