#C0A39A

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

Shades of Martini #C0A39A

Tints of Martini #C0A39A

Color information

#C0A39A (or 0xC0A39A) is unknown color: approx Martini. HEX triplet: C0, A3 and 9A. RGB value is (192,163,154). Sum of RGB (Red+Green+Blue) = 192+163+154=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A39A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A39A is #3F5C65. Grayscale: #AAAAAA. Windows color (decimal): -4152422 or 10134464. OLE color: 10134464.

HSL color Cylindrical-coordinate representation of color #C0A39A: hue angle of 14.21º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A39A is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192163154-
CMYK00.150.200.25
HSL14.21º23.17%67.84%-
HSV(B)14.21º19.79%75.29%-
XYZ40.6739.7336.1-
YUV170.64118.61143.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=37.72%
G=32.02%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216315400.150.200.2514.2123.1767.84
HexC0A39A0F1419e1744
Octal30024323201724311627104
Binary1100000010100011100110100111110100110011110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A39A; }

 p { color: rgb(192,163,154); }

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

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

 a { background-color: rgb(192,163,154); }

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

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

 span { border-color: rgb(192,163,154); }

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