Shades of Brass #C1AF40
Tints of Brass #C1AF40
RGB
CMYK
RGB Variations
Color information
#C1AF40 (or 0xC1AF40) is known color: Brass. HEX triplet: C1, AF and 40. RGB value is (193,175,64). Sum of RGB (Red+Green+Blue) = 193+175+64=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF40 is #3E50BF. Grayscale: #A8A8A8. Windows color (decimal): -4083904 or 4239297. OLE color: 4239297.
HSL color Cylindrical-coordinate representation of color #C1AF40: hue angle of 51.63º 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 #C1AF40 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 64 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.24 |
| HSL | 51.63º | 0.51% | 0.5% | - |
| HSV(B) | 51.63º | 0.67% | 0.76% | - |
| XYZ | 38.25 | 42.37 | 11.01 | - |
| YUV | 167.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 64 | 0 | 0.09 | 0.67 | 0.24 | 51.63 | 0.51 | 0.5 |
| Hex | C1 | AF | 40 | 0 | 9 | 43 | 18 | 34 | 33 | 32 |
| Octal | 301 | 257 | 100 | 0 | 11 | 103 | 30 | 64 | 63 | 62 |
| Binary | 11000001 | 10101111 | 1000000 | 0 | 1001 | 1000011 | 11000 | 110100 | 110011 | 110010 |
Color Harmonies of #C1AF40
Complementary color
Monochromatic Colors of #C1AF40
Black with #C1AF40
Text Example
Text Example
White with #C1AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF40; }
p { color: rgb(193,175,64); }
H1.HeaderClassName
{
color: #C1AF40;
}
.AnyTagClassName
{
color: #C1AF40;
}
</style>
background-color css
<style>
a { background-color: #C1AF40; }
a { background-color: rgb(193,175,64); }
div.DivClassName
{
background-color: #C1AF40;
}
.BgClassName
{
background-color: #C1AF40;
}
</style>
border-color css
<style>
span { border-color: #C1AF40; }
span { border-color: rgb(193,175,64); }
td.TdClassName
{
border-color: #C1AF40;
}
.TagClassName
{
border-color: #C1AF40;
}
</style>