Html Css Color HEX #C5A7C0 Lilac

📋 copy color: '#C5A7C0'

red 197 ◦ green 167 ◦ blue 192

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

Shades of Lilac #C5A7C0

Tints of Lilac #C5A7C0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 35.43%
G = 30.04%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5A7C0 (or 0xC5A7C0) is known color: Lilac. HEX triplet: C5, A7 and C0. RGB value is (197,167,192). Sum of RGB (Red+Green+Blue) = 197+167+192=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A7C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7C0 is #3A583F. Grayscale: #B2B2B2. Windows color (decimal): -3823680 or 12625861. OLE color: 12625861.

HSL color Cylindrical-coordinate representation of color #C5A7C0: hue angle of 310º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A7C0 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 167 192 -
CMYK 0 0.15 0.03 0.23
HSL 310º 0.21% 0.71% -
HSV(B) 310º 0.15% 0.77% -
XYZ 46.36 43.31 55.79 -
YUV 178.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 197 167 192 0 0.15 0.03 0.23 310 0.21 0.71
Hex C5 A7 C0 0 F 3 17 136 15 47
Octal 305 247 300 0 17 3 27 466 25 107
Binary 11000101 10100111 11000000 0 1111 11 10111 100110110 10101 1000111

Color Harmonies of #C5A7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A7C0

Black with #C5A7C0

Text Example


Text Example

White with #C5A7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A7C0; }

 p { color: rgb(197,167,192); }

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

background-color css

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

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

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

border-color css

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

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

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