#C0B041

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

Shades of Brass #C0B041

Tints of Brass #C0B041

Color information

#C0B041 (or 0xC0B041) is unknown color: approx Brass. HEX triplet: C0, B0 and 41. RGB value is (192,176,65). Sum of RGB (Red+Green+Blue) = 192+176+65=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B041 is #3F4FBE. Grayscale: #A8A8A8. Windows color (decimal): -4149183 or 4305088. OLE color: 4305088.

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

Color convert

RGB19217665-
CMYK00.080.660.25
HSL52.44º50.2%50.39%-
HSV(B)52.44º66.15%75.29%-
XYZ38.2242.6411.22-
YUV168.1369.8145.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 65 (25.78% from 255) = 15.01%
R=44.34%
G=40.65%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921766500.080.660.2552.4450.250.39
HexC0B041084219343232
Octal30026010101010231646262
Binary1100000010110000100000101000100001011001110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B041; }

 p { color: rgb(192,176,65); }

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

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

 a { background-color: rgb(192,176,65); }

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

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

 span { border-color: rgb(192,176,65); }

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