#C2A836

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

Shades of Brass #C2A836

Tints of Brass #C2A836

Color information

#C2A836 (or 0xC2A836) is unknown color: approx Brass. HEX triplet: C2, A8 and 36. RGB value is (194,168,54). Sum of RGB (Red+Green+Blue) = 194+168+54=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A836 is #3D57C9. Grayscale: #A3A3A3. Windows color (decimal): -4020170 or 3582146. OLE color: 3582146.

HSL color Cylindrical-coordinate representation of color #C2A836: hue angle of 48.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2A836 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19416854-
CMYK00.130.720.24
HSL48.86º56.45%48.63%-
HSV(B)48.86º72.16%76.08%-
XYZ36.9239.749.22-
YUV162.7866.61150.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 54 (21.48% from 255) = 12.98%
R=46.63%
G=40.38%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941685400.130.720.2448.8656.4548.63
HexC2A8360D4818313831
Octal3022506601511030617061
Binary110000101010100011011001101100100011000110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A836; }

 p { color: rgb(194,168,54); }

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

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

 a { background-color: rgb(194,168,54); }

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

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

 span { border-color: rgb(194,168,54); }

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