Html Css Color HEX #C4A6BF Lilac

📋 copy color: '#C4A6BF'

red 196 ◦ green 166 ◦ blue 191

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

Shades of Lilac #C4A6BF

Tints of Lilac #C4A6BF

RGB

 RED value IS 196 (76.95% from 255) = 35.44%

 GREEN value IS 166 (65.23% from 255) = 30.02%

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

R = 35.44%
G = 30.02%
B = 34.54%

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

#C4A6BF (or 0xC4A6BF) is known color: Lilac. HEX triplet: C4, A6 and BF. RGB value is (196,166,191). Sum of RGB (Red+Green+Blue) = 196+166+191=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6BF is #3B5940. Grayscale: #B1B1B1. Windows color (decimal): -3889473 or 12560068. OLE color: 12560068.

HSL color Cylindrical-coordinate representation of color #C4A6BF: hue angle of 310º degrees, saturation: 0.2, 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 #C4A6BF is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 191 -
CMYK 0 0.15 0.03 0.23
HSL 310º 0.2% 0.71% -
HSV(B) 310º 0.15% 0.77% -
XYZ 45.81 42.77 55.13 -
YUV 177.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 196 166 191 0 0.15 0.03 0.23 310 0.2 0.71
Hex C4 A6 BF 0 F 3 17 136 14 47
Octal 304 246 277 0 17 3 27 466 24 107
Binary 11000100 10100110 10111111 0 1111 11 10111 100110110 10100 1000111

Color Harmonies of #C4A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A6BF

Black with #C4A6BF

Text Example


Text Example

White with #C4A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A6BF; }

 p { color: rgb(196,166,191); }

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

background-color css

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

 a { background-color: rgb(196,166,191); }

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

border-color css

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

 span { border-color: rgb(196,166,191); }

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