Html Css Color HEX #C5AAC5 Lilac

📋 copy color: '#C5AAC5'

red 197 ◦ green 170 ◦ blue 197

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

Shades of Lilac #C5AAC5

Tints of Lilac #C5AAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.93%

R = 34.93%
G = 30.14%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C5AAC5 (or 0xC5AAC5) is known color: Lilac. HEX triplet: C5, AA and C5. RGB value is (197,170,197). Sum of RGB (Red+Green+Blue) = 197+170+197=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C5AAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC5 is #3A553A. Grayscale: #B5B5B5. Windows color (decimal): -3822907 or 12954309. OLE color: 12954309.

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

Color convert

RGB 197 170 197 -
CMYK 0 0.14 0 0.23
HSL 300º 0.19% 0.72% -
HSV(B) 300º 0.14% 0.77% -
XYZ 47.48 44.65 58.94 -
YUV 181.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 197 170 197 0 0.14 0 0.23 300 0.19 0.72
Hex C5 AA C5 0 E 0 17 12C 13 48
Octal 305 252 305 0 16 0 27 454 23 110
Binary 11000101 10101010 11000101 0 1110 0 10111 100101100 10011 1001000

Color Harmonies of #C5AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAC5

Black with #C5AAC5

Text Example


Text Example

White with #C5AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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