#C0AA39

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

Shades of Brass #C0AA39

Tints of Brass #C0AA39

Color information

#C0AA39 (or 0xC0AA39) is unknown color: approx Brass. HEX triplet: C0, AA and 39. RGB value is (192,170,57). Sum of RGB (Red+Green+Blue) = 192+170+57=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA39 is #3F55C6. Grayscale: #A4A4A4. Windows color (decimal): -4150727 or 3779264. OLE color: 3779264.

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

Color convert

RGB19217057-
CMYK00.110.700.25
HSL50.22º54.22%48.82%-
HSV(B)50.22º70.31%75.29%-
XYZ36.8540.259.7-
YUV163.767.79148.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 57 (22.66% from 255) = 13.60%
R=45.82%
G=40.57%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921705700.110.700.2550.2254.2248.82
HexC0AA390B4619323631
Octal3002527101310631626661
Binary110000001010101011100101011100011011001110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA39; }

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

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

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

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

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

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

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

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