Html Css Color HEX #CAA2CB Lilac

📋 copy color: '#CAA2CB'

red 202 ◦ green 162 ◦ blue 203

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

Shades of Lilac #CAA2CB

Tints of Lilac #CAA2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.57%

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

R = 35.63%
G = 28.57%
B = 35.8%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CAA2CB (or 0xCAA2CB) is known color: Lilac. HEX triplet: CA, A2 and CB. RGB value is (202,162,203). Sum of RGB (Red+Green+Blue) = 202+162+203=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2CB is #355D34. Grayscale: #B2B2B2. Windows color (decimal): -3497269 or 13345482. OLE color: 13345482.

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

Color convert

RGB 202 162 203 -
CMYK 0.00 0.20 0 0.20
HSL 298.54º 0.28% 0.72% -
HSV(B) 298.54º 0.2% 0.8% -
XYZ 48.06 42.71 62.21 -
YUV 178.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 202 162 203 0.00 0.20 0 0.20 298.54 0.28 0.72
Hex CA A2 CB 0 14 0 14 12B 1C 48
Octal 312 242 313 0 24 0 24 453 34 110
Binary 11001010 10100010 11001011 0 10100 0 10100 100101011 11100 1001000

Color Harmonies of #CAA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2CB

Black with #CAA2CB

Text Example


Text Example

White with #CAA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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