Html Css Color HEX #C5A2BF Lilac

📋 copy color: '#C5A2BF'

red 197 ◦ green 162 ◦ blue 191

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

Shades of Lilac #C5A2BF

Tints of Lilac #C5A2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 35.82%
G = 29.45%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C5A2BF (or 0xC5A2BF) is known color: Lilac. HEX triplet: C5, A2 and BF. RGB value is (197,162,191). Sum of RGB (Red+Green+Blue) = 197+162+191=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A2BF is #3A5D40. Grayscale: #AFAFAF. Windows color (decimal): -3824961 or 12559045. OLE color: 12559045.

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

Color convert

RGB 197 162 191 -
CMYK 0 0.18 0.03 0.23
HSL 310.29º 0.23% 0.7% -
HSV(B) 310.29º 0.18% 0.77% -
XYZ 45.35 41.47 54.91 -
YUV 175.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 197 162 191 0 0.18 0.03 0.23 310.29 0.23 0.7
Hex C5 A2 BF 0 12 3 17 136 17 46
Octal 305 242 277 0 22 3 27 466 27 106
Binary 11000101 10100010 10111111 0 10010 11 10111 100110110 10111 1000110

Color Harmonies of #C5A2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A2BF

Black with #C5A2BF

Text Example


Text Example

White with #C5A2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A2BF; }

 p { color: rgb(197,162,191); }

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

background-color css

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

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

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

border-color css

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

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

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