Shades of Brass #C1AF3E
Tints of Brass #C1AF3E
RGB
CMYK
RGB Variations
Color information
#C1AF3E (or 0xC1AF3E) is known color: Brass. HEX triplet: C1, AF and 3E. RGB value is (193,175,62). Sum of RGB (Red+Green+Blue) = 193+175+62=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF3E is #3E50C1. Grayscale: #A7A7A7. Windows color (decimal): -4083906 or 4108225. OLE color: 4108225.
HSL color Cylindrical-coordinate representation of color #C1AF3E: hue angle of 51.76º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1AF3E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 62 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.24 |
| HSL | 51.76º | 0.51% | 0.5% | - |
| HSV(B) | 51.76º | 0.68% | 0.76% | - |
| XYZ | 38.19 | 42.35 | 10.72 | - |
| YUV | 167.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 62 | 0 | 0.09 | 0.68 | 0.24 | 51.76 | 0.51 | 0.5 |
| Hex | C1 | AF | 3E | 0 | 9 | 44 | 18 | 34 | 33 | 32 |
| Octal | 301 | 257 | 76 | 0 | 11 | 104 | 30 | 64 | 63 | 62 |
| Binary | 11000001 | 10101111 | 111110 | 0 | 1001 | 1000100 | 11000 | 110100 | 110011 | 110010 |
Color Harmonies of #C1AF3E
Complementary color
Monochromatic Colors of #C1AF3E
Black with #C1AF3E
Text Example
Text Example
White with #C1AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF3E; }
p { color: rgb(193,175,62); }
H1.HeaderClassName
{
color: #C1AF3E;
}
.AnyTagClassName
{
color: #C1AF3E;
}
</style>
background-color css
<style>
a { background-color: #C1AF3E; }
a { background-color: rgb(193,175,62); }
div.DivClassName
{
background-color: #C1AF3E;
}
.BgClassName
{
background-color: #C1AF3E;
}
</style>
border-color css
<style>
span { border-color: #C1AF3E; }
span { border-color: rgb(193,175,62); }
td.TdClassName
{
border-color: #C1AF3E;
}
.TagClassName
{
border-color: #C1AF3E;
}
</style>