Shades of Brass #C0AF3E
Tints of Brass #C0AF3E
RGB
CMYK
RGB Variations
Color information
#C0AF3E (or 0xC0AF3E) is known color: Brass. HEX triplet: C0, AF and 3E. RGB value is (192,175,62). Sum of RGB (Red+Green+Blue) = 192+175+62=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF3E is #3F50C1. Grayscale: #A7A7A7. Windows color (decimal): -4149442 or 4108224. OLE color: 4108224.
HSL color Cylindrical-coordinate representation of color #C0AF3E: hue angle of 52.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0AF3E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 62 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.25 |
| HSL | 52.15º | 0.51% | 0.5% | - |
| HSV(B) | 52.15º | 0.68% | 0.75% | - |
| XYZ | 37.94 | 42.21 | 10.71 | - |
| YUV | 167.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 62 | 0 | 0.09 | 0.68 | 0.25 | 52.15 | 0.51 | 0.5 |
| Hex | C0 | AF | 3E | 0 | 9 | 44 | 19 | 34 | 33 | 32 |
| Octal | 300 | 257 | 76 | 0 | 11 | 104 | 31 | 64 | 63 | 62 |
| Binary | 11000000 | 10101111 | 111110 | 0 | 1001 | 1000100 | 11001 | 110100 | 110011 | 110010 |
Color Harmonies of #C0AF3E
Complementary color
Monochromatic Colors of #C0AF3E
Black with #C0AF3E
Text Example
Text Example
White with #C0AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF3E; }
p { color: rgb(192,175,62); }
H1.HeaderClassName
{
color: #C0AF3E;
}
.AnyTagClassName
{
color: #C0AF3E;
}
</style>
background-color css
<style>
a { background-color: #C0AF3E; }
a { background-color: rgb(192,175,62); }
div.DivClassName
{
background-color: #C0AF3E;
}
.BgClassName
{
background-color: #C0AF3E;
}
</style>
border-color css
<style>
span { border-color: #C0AF3E; }
span { border-color: rgb(192,175,62); }
td.TdClassName
{
border-color: #C0AF3E;
}
.TagClassName
{
border-color: #C0AF3E;
}
</style>