Html Css Color HEX #C4A1BF Lilac

📋 copy color: '#C4A1BF'

red 196 ◦ green 161 ◦ blue 191

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

Shades of Lilac #C4A1BF

Tints of Lilac #C4A1BF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.38%

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

R = 35.77%
G = 29.38%
B = 34.85%

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

#C4A1BF (or 0xC4A1BF) is known color: Lilac. HEX triplet: C4, A1 and BF. RGB value is (196,161,191). Sum of RGB (Red+Green+Blue) = 196+161+191=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A1BF is #3B5E40. Grayscale: #AEAEAE. Windows color (decimal): -3890753 or 12558788. OLE color: 12558788.

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

Color convert

RGB 196 161 191 -
CMYK 0 0.18 0.03 0.23
HSL 308.57º 0.23% 0.7% -
HSV(B) 308.57º 0.18% 0.77% -
XYZ 44.91 40.99 54.83 -
YUV 174.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 196 161 191 0 0.18 0.03 0.23 308.57 0.23 0.7
Hex C4 A1 BF 0 12 3 17 135 17 46
Octal 304 241 277 0 22 3 27 465 27 106
Binary 11000100 10100001 10111111 0 10010 11 10111 100110101 10111 1000110

Color Harmonies of #C4A1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A1BF

Black with #C4A1BF

Text Example


Text Example

White with #C4A1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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