Html Css Color HEX #C5AACA Lilac

📋 copy color: '#C5AACA'

red 197 ◦ green 170 ◦ blue 202

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

Shades of Lilac #C5AACA

Tints of Lilac #C5AACA

RGB

 RED value IS 197 (77.34% from 255) = 34.62%

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

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

R = 34.62%
G = 29.88%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5AACA (or 0xC5AACA) is known color: Lilac. HEX triplet: C5, AA and CA. RGB value is (197,170,202). Sum of RGB (Red+Green+Blue) = 197+170+202=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACA is #3A5535. Grayscale: #B5B5B5. Windows color (decimal): -3822902 or 13281989. OLE color: 13281989.

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

Color convert

RGB 197 170 202 -
CMYK 0.02 0.16 0 0.21
HSL 290.63º 0.23% 0.73% -
HSV(B) 290.63º 0.16% 0.79% -
XYZ 48.06 44.88 62.01 -
YUV 181.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 197 170 202 0.02 0.16 0 0.21 290.63 0.23 0.73
Hex C5 AA CA 2 10 0 15 123 17 49
Octal 305 252 312 2 20 0 25 443 27 111
Binary 11000101 10101010 11001010 10 10000 0 10101 100100011 10111 1001001

Color Harmonies of #C5AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AACA

Black with #C5AACA

Text Example


Text Example

White with #C5AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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