#c0a841

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

Shades of Brass #C0A841

Tints of Brass #C0A841

Color information

#C0A841 (or 0xC0A841) is unknown color: approx Brass. HEX triplet: C0, A8 and 41. RGB value is (192,168,65). Sum of RGB (Red+Green+Blue) = 192+168+65=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A841 is #3F57BE. Grayscale: #A3A3A3. Windows color (decimal): -4151231 or 4303040. OLE color: 4303040.

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

Color convert

RGB19216865-
CMYK00.120.660.25
HSL48.66º50.2%50.39%-
HSV(B)48.66º66.15%75.29%-
XYZ36.6939.5910.71-
YUV163.4372.45148.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=45.18%
G=39.53%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921686500.120.660.2548.6650.250.39
HexC0A8410C4219313232
Octal30025010101410231616262
Binary1100000010101000100000101100100001011001110001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0a841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0a841; }

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

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

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

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

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

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

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

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