Html Css Color HEX #CAA0C5 Lilac

📋 copy color: '#CAA0C5'

red 202 ◦ green 160 ◦ blue 197

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

Shades of Lilac #CAA0C5

Tints of Lilac #CAA0C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.24%

R = 36.14%
G = 28.62%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAA0C5 (or 0xCAA0C5) is known color: Lilac. HEX triplet: CA, A0 and C5. RGB value is (202,160,197). Sum of RGB (Red+Green+Blue) = 202+160+197=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C5 is #355F3A. Grayscale: #B0B0B0. Windows color (decimal): -3497787 or 12951754. OLE color: 12951754.

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

Color convert

RGB 202 160 197 -
CMYK 0 0.21 0.02 0.21
HSL 307.14º 0.28% 0.71% -
HSV(B) 307.14º 0.21% 0.79% -
XYZ 47.01 41.73 58.4 -
YUV 176.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 202 160 197 0 0.21 0.02 0.21 307.14 0.28 0.71
Hex CA A0 C5 0 15 2 15 133 1C 47
Octal 312 240 305 0 25 2 25 463 34 107
Binary 11001010 10100000 11000101 0 10101 10 10101 100110011 11100 1000111

Color Harmonies of #CAA0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0C5

Black with #CAA0C5

Text Example


Text Example

White with #CAA0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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