Html Css Color HEX #CAA0C1 Lilac

📋 copy color: '#CAA0C1'

red 202 ◦ green 160 ◦ blue 193

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

Shades of Lilac #CAA0C1

Tints of Lilac #CAA0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 36.4%
G = 28.83%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CAA0C1 (or 0xCAA0C1) is known color: Lilac. HEX triplet: CA, A0 and C1. RGB value is (202,160,193). Sum of RGB (Red+Green+Blue) = 202+160+193=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C1 is #355F3E. Grayscale: #B0B0B0. Windows color (decimal): -3497791 or 12689610. OLE color: 12689610.

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

Color convert

RGB 202 160 193 -
CMYK 0 0.21 0.04 0.21
HSL 312.86º 0.28% 0.71% -
HSV(B) 312.86º 0.21% 0.79% -
XYZ 46.55 41.55 56.02 -
YUV 176.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 202 160 193 0 0.21 0.04 0.21 312.86 0.28 0.71
Hex CA A0 C1 0 15 4 15 139 1C 47
Octal 312 240 301 0 25 4 25 471 34 107
Binary 11001010 10100000 11000001 0 10101 100 10101 100111001 11100 1000111

Color Harmonies of #CAA0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0C1

Black with #CAA0C1

Text Example


Text Example

White with #CAA0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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