Shades of Brass #C3A238
Tints of Brass #C3A238
RGB
CMYK
RGB Variations
Color information
#C3A238 (or 0xC3A238) is known color: Brass. HEX triplet: C3, A2 and 38. RGB value is (195,162,56). Sum of RGB (Red+Green+Blue) = 195+162+56=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A238 is #3C5DC7. Grayscale: #A0A0A0. Windows color (decimal): -3956168 or 3711683. OLE color: 3711683.
HSL color Cylindrical-coordinate representation of color #C3A238: hue angle of 45.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3A238 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 56 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.24 |
| HSL | 45.76º | 0.55% | 0.49% | - |
| HSV(B) | 45.76º | 0.71% | 0.76% | - |
| XYZ | 36.14 | 37.73 | 9.12 | - |
| YUV | 159.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 56 | 0 | 0.17 | 0.71 | 0.24 | 45.76 | 0.55 | 0.49 |
| Hex | C3 | A2 | 38 | 0 | 11 | 47 | 18 | 2E | 37 | 31 |
| Octal | 303 | 242 | 70 | 0 | 21 | 107 | 30 | 56 | 67 | 61 |
| Binary | 11000011 | 10100010 | 111000 | 0 | 10001 | 1000111 | 11000 | 101110 | 110111 | 110001 |
Color Harmonies of #C3A238
Complementary color
Monochromatic Colors of #C3A238
Black with #C3A238
Text Example
Text Example
White with #C3A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A238; }
p { color: rgb(195,162,56); }
H1.HeaderClassName
{
color: #C3A238;
}
.AnyTagClassName
{
color: #C3A238;
}
</style>
background-color css
<style>
a { background-color: #C3A238; }
a { background-color: rgb(195,162,56); }
div.DivClassName
{
background-color: #C3A238;
}
.BgClassName
{
background-color: #C3A238;
}
</style>
border-color css
<style>
span { border-color: #C3A238; }
span { border-color: rgb(195,162,56); }
td.TdClassName
{
border-color: #C3A238;
}
.TagClassName
{
border-color: #C3A238;
}
</style>