Shades of Brass #C2A937
Tints of Brass #C2A937
RGB
CMYK
RGB Variations
Color information
#C2A937 (or 0xC2A937) is known color: Brass. HEX triplet: C2, A9 and 37. RGB value is (194,169,55). Sum of RGB (Red+Green+Blue) = 194+169+55=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A937 is #3D56C8. Grayscale: #A3A3A3. Windows color (decimal): -4019913 or 3647938. OLE color: 3647938.
HSL color Cylindrical-coordinate representation of color #C2A937: hue angle of 49.21º 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 #C2A937 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 55 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.24 |
| HSL | 49.21º | 0.56% | 0.49% | - |
| HSV(B) | 49.21º | 0.72% | 0.76% | - |
| XYZ | 37.13 | 40.12 | 9.4 | - |
| YUV | 163.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 55 | 0 | 0.13 | 0.72 | 0.24 | 49.21 | 0.56 | 0.49 |
| Hex | C2 | A9 | 37 | 0 | D | 48 | 18 | 31 | 38 | 31 |
| Octal | 302 | 251 | 67 | 0 | 15 | 110 | 30 | 61 | 70 | 61 |
| Binary | 11000010 | 10101001 | 110111 | 0 | 1101 | 1001000 | 11000 | 110001 | 111000 | 110001 |
Color Harmonies of #C2A937
Complementary color
Monochromatic Colors of #C2A937
Black with #C2A937
Text Example
Text Example
White with #C2A937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A937; }
p { color: rgb(194,169,55); }
H1.HeaderClassName
{
color: #C2A937;
}
.AnyTagClassName
{
color: #C2A937;
}
</style>
background-color css
<style>
a { background-color: #C2A937; }
a { background-color: rgb(194,169,55); }
div.DivClassName
{
background-color: #C2A937;
}
.BgClassName
{
background-color: #C2A937;
}
</style>
border-color css
<style>
span { border-color: #C2A937; }
span { border-color: rgb(194,169,55); }
td.TdClassName
{
border-color: #C2A937;
}
.TagClassName
{
border-color: #C2A937;
}
</style>