Shades of Brass #C1AD40
Tints of Brass #C1AD40
RGB
CMYK
RGB Variations
Color information
#C1AD40 (or 0xC1AD40) is known color: Brass. HEX triplet: C1, AD and 40. RGB value is (193,173,64). Sum of RGB (Red+Green+Blue) = 193+173+64=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD40 is #3E52BF. Grayscale: #A7A7A7. Windows color (decimal): -4084416 or 4238785. OLE color: 4238785.
HSL color Cylindrical-coordinate representation of color #C1AD40: hue angle of 50.7º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1AD40 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 64 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.24 |
| HSL | 50.7º | 0.51% | 0.5% | - |
| HSV(B) | 50.7º | 0.67% | 0.76% | - |
| XYZ | 37.86 | 41.59 | 10.88 | - |
| YUV | 166.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 64 | 0 | 0.10 | 0.67 | 0.24 | 50.7 | 0.51 | 0.5 |
| Hex | C1 | AD | 40 | 0 | A | 43 | 18 | 33 | 33 | 32 |
| Octal | 301 | 255 | 100 | 0 | 12 | 103 | 30 | 63 | 63 | 62 |
| Binary | 11000001 | 10101101 | 1000000 | 0 | 1010 | 1000011 | 11000 | 110011 | 110011 | 110010 |
Color Harmonies of #C1AD40
Complementary color
Monochromatic Colors of #C1AD40
Black with #C1AD40
Text Example
Text Example
White with #C1AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AD40; }
p { color: rgb(193,173,64); }
H1.HeaderClassName
{
color: #C1AD40;
}
.AnyTagClassName
{
color: #C1AD40;
}
</style>
background-color css
<style>
a { background-color: #C1AD40; }
a { background-color: rgb(193,173,64); }
div.DivClassName
{
background-color: #C1AD40;
}
.BgClassName
{
background-color: #C1AD40;
}
</style>
border-color css
<style>
span { border-color: #C1AD40; }
span { border-color: rgb(193,173,64); }
td.TdClassName
{
border-color: #C1AD40;
}
.TagClassName
{
border-color: #C1AD40;
}
</style>