#C0A43A

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

Shades of Brass #C0A43A

Tints of Brass #C0A43A

Color information

#C0A43A (or 0xC0A43A) is unknown color: approx Brass. HEX triplet: C0, A4 and 3A. RGB value is (192,164,58). Sum of RGB (Red+Green+Blue) = 192+164+58=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A43A is #3F5BC5. Grayscale: #A0A0A0. Windows color (decimal): -4152262 or 3843264. OLE color: 3843264.

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

Color convert

RGB19216458-
CMYK00.150.700.25
HSL47.46º53.6%49.02%-
HSV(B)47.46º69.79%75.29%-
XYZ35.7838.069.46-
YUV160.2970.28150.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 58 (23.05% from 255) = 14.01%
R=46.38%
G=39.61%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921645800.150.700.2547.4653.649.02
HexC0A43A0F46192f3631
Octal3002447201710631576661
Binary110000001010010011101001111100011011001101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A43A; }

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

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

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

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

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

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

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

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