#C0A7BE

Color #C0A7BE Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C0A7BE

Tints of Lilac #C0A7BE

Color information

#C0A7BE (or 0xC0A7BE) is unknown color: approx Lilac. HEX triplet: C0, A7 and BE. RGB value is (192,167,190). Sum of RGB (Red+Green+Blue) = 192+167+190=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7BE is #3F5841. Grayscale: #B1B1B1. Windows color (decimal): -4151362 or 12494784. OLE color: 12494784.

HSL color Cylindrical-coordinate representation of color #C0A7BE: hue angle of 304.8º 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 #C0A7BE is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192167190-
CMYK00.130.010.25
HSL304.8º16.56%70.39%-
HSV(B)304.8º13.02%75.29%-
XYZ44.8542.5654.57-
YUV177.1135.28138.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=34.97%
G=30.42%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216719000.130.010.25304.816.5670.39
HexC0A7BE0D1191311146
Octal30024727601513146121106
Binary11000000101001111011111001101111001100110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A7BE; }

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

 H1.HeaderClassName
 {
   color: #C0A7BE;
 }
 .AnyTagClassName
 {
   color: #C0A7BE;
 }
</style>
background-color css

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

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

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

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

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

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