Shades of Metallic Gold #CBA035
Tints of Metallic Gold #CBA035
RGB
CMYK
RGB Variations
Color information
#CBA035 (or 0xCBA035) is known color: Metallic Gold. HEX triplet: CB, A0 and 35. RGB value is (203,160,53). Sum of RGB (Red+Green+Blue) = 203+160+53=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA035 is #345FCA. Grayscale: #A1A1A1. Windows color (decimal): -3432395 or 3514571. OLE color: 3514571.
HSL color Cylindrical-coordinate representation of color #CBA035: hue angle of 42.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBA035 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 53 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.20 |
| HSL | 42.8º | 0.59% | 0.5% | - |
| HSV(B) | 42.8º | 0.74% | 0.8% | - |
| XYZ | 37.84 | 38.1 | 8.73 | - |
| YUV | 160.66 | 67.25 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 53 | 0 | 0.21 | 0.74 | 0.20 | 42.8 | 0.59 | 0.5 |
| Hex | CB | A0 | 35 | 0 | 15 | 4A | 14 | 2B | 3B | 32 |
| Octal | 313 | 240 | 65 | 0 | 25 | 112 | 24 | 53 | 73 | 62 |
| Binary | 11001011 | 10100000 | 110101 | 0 | 10101 | 1001010 | 10100 | 101011 | 111011 | 110010 |
Color Harmonies of #CBA035
Complementary color
Monochromatic Colors of #CBA035
Black with #CBA035
Text Example
Text Example
White with #CBA035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA035; }
p { color: rgb(203,160,53); }
H1.HeaderClassName
{
color: #CBA035;
}
.AnyTagClassName
{
color: #CBA035;
}
</style>
background-color css
<style>
a { background-color: #CBA035; }
a { background-color: rgb(203,160,53); }
div.DivClassName
{
background-color: #CBA035;
}
.BgClassName
{
background-color: #CBA035;
}
</style>
border-color css
<style>
span { border-color: #CBA035; }
span { border-color: rgb(203,160,53); }
td.TdClassName
{
border-color: #CBA035;
}
.TagClassName
{
border-color: #CBA035;
}
</style>