Shades of Brass #C0A83B
Tints of Brass #C0A83B
RGB
CMYK
RGB Variations
Color information
#C0A83B (or 0xC0A83B) is known color: Brass. HEX triplet: C0, A8 and 3B. RGB value is (192,168,59). Sum of RGB (Red+Green+Blue) = 192+168+59=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A83B is #3F57C4. Grayscale: #A3A3A3. Windows color (decimal): -4151237 or 3909824. OLE color: 3909824.
HSL color Cylindrical-coordinate representation of color #C0A83B: hue angle of 49.17º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0A83B is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 59 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.25 |
| HSL | 49.17º | 0.53% | 0.49% | - |
| HSV(B) | 49.17º | 0.69% | 0.75% | - |
| XYZ | 36.53 | 39.53 | 9.84 | - |
| YUV | 162.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 59 | 0 | 0.12 | 0.69 | 0.25 | 49.17 | 0.53 | 0.49 |
| Hex | C0 | A8 | 3B | 0 | C | 45 | 19 | 31 | 35 | 31 |
| Octal | 300 | 250 | 73 | 0 | 14 | 105 | 31 | 61 | 65 | 61 |
| Binary | 11000000 | 10101000 | 111011 | 0 | 1100 | 1000101 | 11001 | 110001 | 110101 | 110001 |
Color Harmonies of #C0A83B
Complementary color
Monochromatic Colors of #C0A83B
Black with #C0A83B
Text Example
Text Example
White with #C0A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A83B; }
p { color: rgb(192,168,59); }
H1.HeaderClassName
{
color: #C0A83B;
}
.AnyTagClassName
{
color: #C0A83B;
}
</style>
background-color css
<style>
a { background-color: #C0A83B; }
a { background-color: rgb(192,168,59); }
div.DivClassName
{
background-color: #C0A83B;
}
.BgClassName
{
background-color: #C0A83B;
}
</style>
border-color css
<style>
span { border-color: #C0A83B; }
span { border-color: rgb(192,168,59); }
td.TdClassName
{
border-color: #C0A83B;
}
.TagClassName
{
border-color: #C0A83B;
}
</style>