Html Css Color HEX #C0A7BF Lilac

📋 copy color: '#C0A7BF'

red 192 ◦ green 167 ◦ blue 191

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

Shades of Lilac #C0A7BF

Tints of Lilac #C0A7BF

RGB

 RED value IS 192 (75.39% from 255) = 34.91%

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

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

R = 34.91%
G = 30.36%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0A7BF (or 0xC0A7BF) is known color: Lilac. HEX triplet: C0, A7 and BF. RGB value is (192,167,191). Sum of RGB (Red+Green+Blue) = 192+167+191=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7BF is #3F5840. Grayscale: #B1B1B1. Windows color (decimal): -4151361 or 12560320. OLE color: 12560320.

HSL color Cylindrical-coordinate representation of color #C0A7BF: hue angle of 302.4º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0A7BF is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 191 -
CMYK 0 0.13 0.01 0.25
HSL 302.4º 0.17% 0.7% -
HSV(B) 302.4º 0.13% 0.75% -
XYZ 44.96 42.61 55.14 -
YUV 177.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 192 167 191 0 0.13 0.01 0.25 302.4 0.17 0.7
Hex C0 A7 BF 0 D 1 19 12E 11 46
Octal 300 247 277 0 15 1 31 456 21 106
Binary 11000000 10100111 10111111 0 1101 1 11001 100101110 10001 1000110

Color Harmonies of #C0A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7BF

Black with #C0A7BF

Text Example


Text Example

White with #C0A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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