Html Css Color HEX #CAA9CA Lilac

📋 copy color: '#CAA9CA'

red 202 ◦ green 169 ◦ blue 202

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

Shades of Lilac #CAA9CA

Tints of Lilac #CAA9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 35.25%
G = 29.49%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAA9CA (or 0xCAA9CA) is known color: Lilac. HEX triplet: CA, A9 and CA. RGB value is (202,169,202). Sum of RGB (Red+Green+Blue) = 202+169+202=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9CA is #355635. Grayscale: #B6B6B6. Windows color (decimal): -3495478 or 13281738. OLE color: 13281738.

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

Color convert

RGB 202 169 202 -
CMYK 0 0.16 0 0.21
HSL 300º 0.24% 0.73% -
HSV(B) 300º 0.16% 0.79% -
XYZ 49.21 45.2 62.01 -
YUV 182.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 202 169 202 0 0.16 0 0.21 300 0.24 0.73
Hex CA A9 CA 0 10 0 15 12C 18 49
Octal 312 251 312 0 20 0 25 454 30 111
Binary 11001010 10101001 11001010 0 10000 0 10101 100101100 11000 1001001

Color Harmonies of #CAA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9CA

Black with #CAA9CA

Text Example


Text Example

White with #CAA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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