Shades of Brass #C1A73B
Tints of Brass #C1A73B
RGB
CMYK
RGB Variations
Color information
#C1A73B (or 0xC1A73B) is known color: Brass. HEX triplet: C1, A7 and 3B. RGB value is (193,167,59). Sum of RGB (Red+Green+Blue) = 193+167+59=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A73B is #3E58C4. Grayscale: #A2A2A2. Windows color (decimal): -4085957 or 3909569. OLE color: 3909569.
HSL color Cylindrical-coordinate representation of color #C1A73B: hue angle of 48.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1A73B is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 167 | 59 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.24 |
| HSL | 48.36º | 0.53% | 0.49% | - |
| HSV(B) | 48.36º | 0.69% | 0.76% | - |
| XYZ | 36.6 | 39.29 | 9.79 | - |
| YUV | 162.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 167 | 59 | 0 | 0.13 | 0.69 | 0.24 | 48.36 | 0.53 | 0.49 |
| Hex | C1 | A7 | 3B | 0 | D | 45 | 18 | 30 | 35 | 31 |
| Octal | 301 | 247 | 73 | 0 | 15 | 105 | 30 | 60 | 65 | 61 |
| Binary | 11000001 | 10100111 | 111011 | 0 | 1101 | 1000101 | 11000 | 110000 | 110101 | 110001 |
Color Harmonies of #C1A73B
Complementary color
Monochromatic Colors of #C1A73B
Black with #C1A73B
Text Example
Text Example
White with #C1A73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A73B; }
p { color: rgb(193,167,59); }
H1.HeaderClassName
{
color: #C1A73B;
}
.AnyTagClassName
{
color: #C1A73B;
}
</style>
background-color css
<style>
a { background-color: #C1A73B; }
a { background-color: rgb(193,167,59); }
div.DivClassName
{
background-color: #C1A73B;
}
.BgClassName
{
background-color: #C1A73B;
}
</style>
border-color css
<style>
span { border-color: #C1A73B; }
span { border-color: rgb(193,167,59); }
td.TdClassName
{
border-color: #C1A73B;
}
.TagClassName
{
border-color: #C1A73B;
}
</style>