#C0A740

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

Shades of Brass #C0A740

Tints of Brass #C0A740

Color information

#C0A740 (or 0xC0A740) is unknown color: approx Brass. HEX triplet: C0, A7 and 40. RGB value is (192,167,64). Sum of RGB (Red+Green+Blue) = 192+167+64=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A740 is #3F58BF. Grayscale: #A3A3A3. Windows color (decimal): -4151488 or 4237248. OLE color: 4237248.

HSL color Cylindrical-coordinate representation of color #C0A740: hue angle of 48.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0A740 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19216764-
CMYK00.130.670.25
HSL48.28º50.39%50.2%-
HSV(B)48.28º66.67%75.29%-
XYZ36.4839.2110.5-
YUV162.7372.28148.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=45.39%
G=39.48%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921676400.130.670.2548.2850.3950.2
HexC0A7400D4319303232
Octal30024710001510331606262
Binary1100000010100111100000001101100001111001110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A740; }

 p { color: rgb(192,167,64); }

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

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

 a { background-color: rgb(192,167,64); }

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

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

 span { border-color: rgb(192,167,64); }

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