Html Css Color HEX #C0A1BF Lilac

📋 copy color: '#C0A1BF'

red 192 ◦ green 161 ◦ blue 191

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

Shades of Lilac #C0A1BF

Tints of Lilac #C0A1BF

RGB

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

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

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

R = 35.29%
G = 29.6%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C0A1BF (or 0xC0A1BF) is known color: Lilac. HEX triplet: C0, A1 and BF. RGB value is (192,161,191). Sum of RGB (Red+Green+Blue) = 192+161+191=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1BF is #3F5E40. Grayscale: #ADADAD. Windows color (decimal): -4152897 or 12558784. OLE color: 12558784.

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

Color convert

RGB 192 161 191 -
CMYK 0 0.16 0.01 0.25
HSL 301.94º 0.2% 0.69% -
HSV(B) 301.94º 0.16% 0.75% -
XYZ 43.89 40.46 54.79 -
YUV 173.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 192 161 191 0 0.16 0.01 0.25 301.94 0.2 0.69
Hex C0 A1 BF 0 10 1 19 12E 14 45
Octal 300 241 277 0 20 1 31 456 24 105
Binary 11000000 10100001 10111111 0 10000 1 11001 100101110 10100 1000101

Color Harmonies of #C0A1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A1BF

Black with #C0A1BF

Text Example


Text Example

White with #C0A1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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