#C0A43B

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

Shades of Brass #C0A43B

Tints of Brass #C0A43B

Color information

#C0A43B (or 0xC0A43B) is unknown color: approx Brass. HEX triplet: C0, A4 and 3B. RGB value is (192,164,59). Sum of RGB (Red+Green+Blue) = 192+164+59=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A43B is #3F5BC4. Grayscale: #A0A0A0. Windows color (decimal): -4152261 or 3908800. OLE color: 3908800.

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

Color convert

RGB19216459-
CMYK00.150.690.25
HSL47.37º52.99%49.22%-
HSV(B)47.37º69.27%75.29%-
XYZ35.838.079.6-
YUV160.470.78150.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 59 (23.44% from 255) = 14.22%
R=46.27%
G=39.52%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921645900.150.690.2547.3752.9949.22
HexC0A43B0F45192f3531
Octal3002447301710531576561
Binary110000001010010011101101111100010111001101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A43B; }

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

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

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

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

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

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

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

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