Shades of Brass #C3A536
Tints of Brass #C3A536
RGB
CMYK
RGB Variations
Color information
#C3A536 (or 0xC3A536) is known color: Brass. HEX triplet: C3, A5 and 36. RGB value is (195,165,54). Sum of RGB (Red+Green+Blue) = 195+165+54=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A536 is #3C5AC9. Grayscale: #A1A1A1. Windows color (decimal): -3955402 or 3581379. OLE color: 3581379.
HSL color Cylindrical-coordinate representation of color #C3A536: hue angle of 47.23º degrees, saturation: 0.57, 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 #C3A536 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 54 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.24 |
| HSL | 47.23º | 0.57% | 0.49% | - |
| HSV(B) | 47.23º | 0.72% | 0.76% | - |
| XYZ | 36.63 | 38.78 | 9.04 | - |
| YUV | 161.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 54 | 0 | 0.15 | 0.72 | 0.24 | 47.23 | 0.57 | 0.49 |
| Hex | C3 | A5 | 36 | 0 | F | 48 | 18 | 2F | 39 | 31 |
| Octal | 303 | 245 | 66 | 0 | 17 | 110 | 30 | 57 | 71 | 61 |
| Binary | 11000011 | 10100101 | 110110 | 0 | 1111 | 1001000 | 11000 | 101111 | 111001 | 110001 |
Color Harmonies of #C3A536
Complementary color
Monochromatic Colors of #C3A536
Black with #C3A536
Text Example
Text Example
White with #C3A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A536; }
p { color: rgb(195,165,54); }
H1.HeaderClassName
{
color: #C3A536;
}
.AnyTagClassName
{
color: #C3A536;
}
</style>
background-color css
<style>
a { background-color: #C3A536; }
a { background-color: rgb(195,165,54); }
div.DivClassName
{
background-color: #C3A536;
}
.BgClassName
{
background-color: #C3A536;
}
</style>
border-color css
<style>
span { border-color: #C3A536; }
span { border-color: rgb(195,165,54); }
td.TdClassName
{
border-color: #C3A536;
}
.TagClassName
{
border-color: #C3A536;
}
</style>