Html Css Color HEX #CAA2CC Lilac

📋 copy color: '#CAA2CC'

red 202 ◦ green 162 ◦ blue 204

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

Shades of Lilac #CAA2CC

Tints of Lilac #CAA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 35.56%
G = 28.52%
B = 35.92%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CAA2CC (or 0xCAA2CC) is known color: Lilac. HEX triplet: CA, A2 and CC. RGB value is (202,162,204). Sum of RGB (Red+Green+Blue) = 202+162+204=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2CC is #355D33. Grayscale: #B2B2B2. Windows color (decimal): -3497268 or 13411018. OLE color: 13411018.

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

Color convert

RGB 202 162 204 -
CMYK 0.01 0.21 0 0.2
HSL 297.14º 0.29% 0.72% -
HSV(B) 297.14º 0.21% 0.8% -
XYZ 48.18 42.76 62.84 -
YUV 178.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 202 162 204 0.01 0.21 0 0.2 297.14 0.29 0.72
Hex CA A2 CC 1 15 0 14 129 1D 48
Octal 312 242 314 1 25 0 24 451 35 110
Binary 11001010 10100010 11001100 1 10101 0 10100 100101001 11101 1001000

Color Harmonies of #CAA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2CC

Black with #CAA2CC

Text Example


Text Example

White with #CAA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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