#C0A239

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

Shades of Brass #C0A239

Tints of Brass #C0A239

Color information

#C0A239 (or 0xC0A239) is unknown color: approx Brass. HEX triplet: C0, A2 and 39. RGB value is (192,162,57). Sum of RGB (Red+Green+Blue) = 192+162+57=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A239 is #3F5DC6. Grayscale: #9F9F9F. Windows color (decimal): -4152775 or 3777216. OLE color: 3777216.

HSL color Cylindrical-coordinate representation of color #C0A239: hue angle of 46.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0A239 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19216257-
CMYK00.160.700.25
HSL46.67º54.22%48.82%-
HSV(B)46.67º70.31%75.29%-
XYZ35.437.349.21-
YUV15970.44151.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 57 (22.66% from 255) = 13.87%
R=46.72%
G=39.42%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921625700.160.700.2546.6754.2248.82
HexC0A23901046192f3631
Octal3002427102010631576661
Binary1100000010100010111001010000100011011001101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A239; }

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

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

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

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

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

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

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

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