Html Css Color HEX #CAA0CA Lilac

📋 copy color: '#CAA0CA'

red 202 ◦ green 160 ◦ blue 202

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

Shades of Lilac #CAA0CA

Tints of Lilac #CAA0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.37%

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

R = 35.82%
G = 28.37%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAA0CA (or 0xCAA0CA) is known color: Lilac. HEX triplet: CA, A0 and CA. RGB value is (202,160,202). Sum of RGB (Red+Green+Blue) = 202+160+202=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0CA is #355F35. Grayscale: #B1B1B1. Windows color (decimal): -3497782 or 13279434. OLE color: 13279434.

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

Color convert

RGB 202 160 202 -
CMYK 0 0.21 0 0.21
HSL 300º 0.28% 0.71% -
HSV(B) 300º 0.21% 0.79% -
XYZ 47.59 41.96 61.47 -
YUV 177.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 202 160 202 0 0.21 0 0.21 300 0.28 0.71
Hex CA A0 CA 0 15 0 15 12C 1C 47
Octal 312 240 312 0 25 0 25 454 34 107
Binary 11001010 10100000 11001010 0 10101 0 10101 100101100 11100 1000111

Color Harmonies of #CAA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0CA

Black with #CAA0CA

Text Example


Text Example

White with #CAA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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