#C0A6A2

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

Shades of Martini #C0A6A2

Tints of Martini #C0A6A2

Color information

#C0A6A2 (or 0xC0A6A2) is unknown color: approx Martini. HEX triplet: C0, A6 and A2. RGB value is (192,166,162). Sum of RGB (Red+Green+Blue) = 192+166+162=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A6A2 is #3F595D. Grayscale: #ADADAD. Windows color (decimal): -4151646 or 10659520. OLE color: 10659520.

HSL color Cylindrical-coordinate representation of color #C0A6A2: hue angle of 8º degrees, saturation: 0.19, 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 #C0A6A2 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192166162-
CMYK00.140.160.25
HSL19.23%69.41%-
HSV(B)15.62%75.29%-
XYZ41.941.0939.9-
YUV173.32121.61141.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=36.92%
G=31.92%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216616200.140.160.25819.2369.41
HexC0A6A20E101981345
Octal30024624201620311023105
Binary1100000010100110101000100111010000110011000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6A2; }

 p { color: rgb(192,166,162); }

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

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

 a { background-color: rgb(192,166,162); }

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

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

 span { border-color: rgb(192,166,162); }

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