Html Css Color HEX #CAA6CB Lilac

📋 copy color: '#CAA6CB'

red 202 ◦ green 166 ◦ blue 203

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

Shades of Lilac #CAA6CB

Tints of Lilac #CAA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.07%

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 35.38%
G = 29.07%
B = 35.55%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAA6CB (or 0xCAA6CB) is known color: Lilac. HEX triplet: CA, A6 and CB. RGB value is (202,166,203). Sum of RGB (Red+Green+Blue) = 202+166+203=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6CB is #355934. Grayscale: #B4B4B4. Windows color (decimal): -3496245 or 13346506. OLE color: 13346506.

HSL color Cylindrical-coordinate representation of color #CAA6CB: hue angle of 298.38º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA6CB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 166 203 -
CMYK 0.00 0.18 0 0.20
HSL 298.38º 0.26% 0.72% -
HSV(B) 298.38º 0.18% 0.8% -
XYZ 48.77 44.14 62.45 -
YUV 180.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 202 166 203 0.00 0.18 0 0.20 298.38 0.26 0.72
Hex CA A6 CB 0 12 0 14 12A 1A 48
Octal 312 246 313 0 22 0 24 452 32 110
Binary 11001010 10100110 11001011 0 10010 0 10100 100101010 11010 1001000

Color Harmonies of #CAA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6CB

Black with #CAA6CB

Text Example


Text Example

White with #CAA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6CB; }

 p { color: rgb(202,166,203); }

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

background-color css

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

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

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

border-color css

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

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

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