Html Css Color HEX #C7A0BF Lilac

📋 copy color: '#C7A0BF'

red 199 ◦ green 160 ◦ blue 191

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

Shades of Lilac #C7A0BF

Tints of Lilac #C7A0BF

RGB

 RED value IS 199 (78.13% from 255) = 36.18%

 GREEN value IS 160 (62.89% from 255) = 29.09%

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

R = 36.18%
G = 29.09%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7A0BF (or 0xC7A0BF) is known color: Lilac. HEX triplet: C7, A0 and BF. RGB value is (199,160,191). Sum of RGB (Red+Green+Blue) = 199+160+191=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A0BF is #385F40. Grayscale: #AFAFAF. Windows color (decimal): -3694401 or 12558535. OLE color: 12558535.

HSL color Cylindrical-coordinate representation of color #C7A0BF: hue angle of 312.31º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7A0BF is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 191 -
CMYK 0 0.20 0.04 0.22
HSL 312.31º 0.26% 0.7% -
HSV(B) 312.31º 0.2% 0.78% -
XYZ 45.53 41.05 54.81 -
YUV 175.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 199 160 191 0 0.20 0.04 0.22 312.31 0.26 0.7
Hex C7 A0 BF 0 14 4 16 138 1A 46
Octal 307 240 277 0 24 4 26 470 32 106
Binary 11000111 10100000 10111111 0 10100 100 10110 100111000 11010 1000110

Color Harmonies of #C7A0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A0BF

Black with #C7A0BF

Text Example


Text Example

White with #C7A0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A0BF; }

 p { color: rgb(199,160,191); }

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

background-color css

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

 a { background-color: rgb(199,160,191); }

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

border-color css

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

 span { border-color: rgb(199,160,191); }

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