Shades of Brass #C2A83D
Tints of Brass #C2A83D
RGB
CMYK
RGB Variations
Color information
#C2A83D (or 0xC2A83D) is known color: Brass. HEX triplet: C2, A8 and 3D. RGB value is (194,168,61). Sum of RGB (Red+Green+Blue) = 194+168+61=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A83D is #3D57C2. Grayscale: #A4A4A4. Windows color (decimal): -4020163 or 4040898. OLE color: 4040898.
HSL color Cylindrical-coordinate representation of color #C2A83D: hue angle of 48.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2A83D is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 61 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.24 |
| HSL | 48.27º | 0.52% | 0.5% | - |
| HSV(B) | 48.27º | 0.69% | 0.76% | - |
| XYZ | 37.09 | 39.81 | 10.14 | - |
| YUV | 163.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 61 | 0 | 0.13 | 0.69 | 0.24 | 48.27 | 0.52 | 0.5 |
| Hex | C2 | A8 | 3D | 0 | D | 45 | 18 | 30 | 34 | 32 |
| Octal | 302 | 250 | 75 | 0 | 15 | 105 | 30 | 60 | 64 | 62 |
| Binary | 11000010 | 10101000 | 111101 | 0 | 1101 | 1000101 | 11000 | 110000 | 110100 | 110010 |
Color Harmonies of #C2A83D
Complementary color
Monochromatic Colors of #C2A83D
Black with #C2A83D
Text Example
Text Example
White with #C2A83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A83D; }
p { color: rgb(194,168,61); }
H1.HeaderClassName
{
color: #C2A83D;
}
.AnyTagClassName
{
color: #C2A83D;
}
</style>
background-color css
<style>
a { background-color: #C2A83D; }
a { background-color: rgb(194,168,61); }
div.DivClassName
{
background-color: #C2A83D;
}
.BgClassName
{
background-color: #C2A83D;
}
</style>
border-color css
<style>
span { border-color: #C2A83D; }
span { border-color: rgb(194,168,61); }
td.TdClassName
{
border-color: #C2A83D;
}
.TagClassName
{
border-color: #C2A83D;
}
</style>