#c0ac3a

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

Shades of Brass #C0AC3A

Tints of Brass #C0AC3A

Color information

#C0AC3A (or 0xC0AC3A) is unknown color: approx Brass. HEX triplet: C0, AC and 3A. RGB value is (192,172,58). Sum of RGB (Red+Green+Blue) = 192+172+58=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC3A is #3F53C5. Grayscale: #A5A5A5. Windows color (decimal): -4150214 or 3845312. OLE color: 3845312.

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

Color convert

RGB19217258-
CMYK00.100.700.25
HSL51.04º53.6%49.02%-
HSV(B)51.04º69.79%75.29%-
XYZ37.2541.029.96-
YUV164.9867.63147.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 58 (23.05% from 255) = 13.74%
R=45.50%
G=40.76%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921725800.100.700.2551.0453.649.02
HexC0AC3A0A4619333631
Octal3002547201210631636661
Binary110000001010110011101001010100011011001110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ac3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ac3a; }

 p { color: rgb(192,172,58); }

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

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

 a { background-color: rgb(192,172,58); }

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

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

 span { border-color: rgb(192,172,58); }

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