Shades of Brass #C0AD3E
Tints of Brass #C0AD3E
RGB
CMYK
RGB Variations
Color information
#C0AD3E (or 0xC0AD3E) is known color: Brass. HEX triplet: C0, AD and 3E. RGB value is (192,173,62). Sum of RGB (Red+Green+Blue) = 192+173+62=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AD3E is #3F52C1. Grayscale: #A6A6A6. Windows color (decimal): -4149954 or 4107712. OLE color: 4107712.
HSL color Cylindrical-coordinate representation of color #C0AD3E: hue angle of 51.23º 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 #C0AD3E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 62 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.25 |
| HSL | 51.23º | 0.51% | 0.5% | - |
| HSV(B) | 51.23º | 0.68% | 0.75% | - |
| XYZ | 37.55 | 41.44 | 10.58 | - |
| YUV | 166.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 62 | 0 | 0.10 | 0.68 | 0.25 | 51.23 | 0.51 | 0.5 |
| Hex | C0 | AD | 3E | 0 | A | 44 | 19 | 33 | 33 | 32 |
| Octal | 300 | 255 | 76 | 0 | 12 | 104 | 31 | 63 | 63 | 62 |
| Binary | 11000000 | 10101101 | 111110 | 0 | 1010 | 1000100 | 11001 | 110011 | 110011 | 110010 |
Color Harmonies of #C0AD3E
Complementary color
Monochromatic Colors of #C0AD3E
Black with #C0AD3E
Text Example
Text Example
White with #C0AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AD3E; }
p { color: rgb(192,173,62); }
H1.HeaderClassName
{
color: #C0AD3E;
}
.AnyTagClassName
{
color: #C0AD3E;
}
</style>
background-color css
<style>
a { background-color: #C0AD3E; }
a { background-color: rgb(192,173,62); }
div.DivClassName
{
background-color: #C0AD3E;
}
.BgClassName
{
background-color: #C0AD3E;
}
</style>
border-color css
<style>
span { border-color: #C0AD3E; }
span { border-color: rgb(192,173,62); }
td.TdClassName
{
border-color: #C0AD3E;
}
.TagClassName
{
border-color: #C0AD3E;
}
</style>