Html Css Color HEX #CAAACA Lilac

📋 copy color: '#CAAACA'

red 202 ◦ green 170 ◦ blue 202

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

Shades of Lilac #CAAACA

Tints of Lilac #CAAACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.62%

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 35.19%
G = 29.62%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAAACA (or 0xCAAACA) is known color: Lilac. HEX triplet: CA, AA and CA. RGB value is (202,170,202). Sum of RGB (Red+Green+Blue) = 202+170+202=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAACA is #355535. Grayscale: #B7B7B7. Windows color (decimal): -3495222 or 13281994. OLE color: 13281994.

HSL color Cylindrical-coordinate representation of color #CAAACA: hue angle of 300º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAACA is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 170 202 -
CMYK 0 0.16 0 0.21
HSL 300º 0.23% 0.73% -
HSV(B) 300º 0.16% 0.79% -
XYZ 49.39 45.57 62.07 -
YUV 183.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 202 170 202 0 0.16 0 0.21 300 0.23 0.73
Hex CA AA CA 0 10 0 15 12C 17 49
Octal 312 252 312 0 20 0 25 454 27 111
Binary 11001010 10101010 11001010 0 10000 0 10101 100101100 10111 1001001

Color Harmonies of #CAAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAACA

Black with #CAAACA

Text Example


Text Example

White with #CAAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAACA; }

 p { color: rgb(202,170,202); }

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

background-color css

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

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

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

border-color css

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

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

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