#C0A39B

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

Shades of Martini #C0A39B

Tints of Martini #C0A39B

Color information

#C0A39B (or 0xC0A39B) is unknown color: approx Martini. HEX triplet: C0, A3 and 9B. RGB value is (192,163,155). Sum of RGB (Red+Green+Blue) = 192+163+155=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A39B is #3F5C64. Grayscale: #AAAAAA. Windows color (decimal): -4152421 or 10200000. OLE color: 10200000.

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

Color convert

RGB192163155-
CMYK00.150.190.25
HSL12.97º22.7%68.04%-
HSV(B)12.97º19.27%75.29%-
XYZ40.7539.7736.54-
YUV170.76119.11143.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=37.65%
G=31.96%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216315500.150.190.2512.9722.768.04
HexC0A39B0F1319d1744
Octal30024323301723311527104
Binary1100000010100011100110110111110011110011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A39B; }

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

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

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

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

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

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

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

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