Shades of Metallic Gold #CBA137
Tints of Metallic Gold #CBA137
RGB
CMYK
RGB Variations
Color information
#CBA137 (or 0xCBA137) is known color: Metallic Gold. HEX triplet: CB, A1 and 37. RGB value is (203,161,55). Sum of RGB (Red+Green+Blue) = 203+161+55=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA137 is #345EC8. Grayscale: #A1A1A1. Windows color (decimal): -3432137 or 3645899. OLE color: 3645899.
HSL color Cylindrical-coordinate representation of color #CBA137: hue angle of 42.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA137 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 55 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.20 |
| HSL | 42.97º | 0.59% | 0.51% | - |
| HSV(B) | 42.97º | 0.73% | 0.8% | - |
| XYZ | 38.06 | 38.46 | 9.03 | - |
| YUV | 161.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 55 | 0 | 0.21 | 0.73 | 0.20 | 42.97 | 0.59 | 0.51 |
| Hex | CB | A1 | 37 | 0 | 15 | 49 | 14 | 2B | 3B | 33 |
| Octal | 313 | 241 | 67 | 0 | 25 | 111 | 24 | 53 | 73 | 63 |
| Binary | 11001011 | 10100001 | 110111 | 0 | 10101 | 1001001 | 10100 | 101011 | 111011 | 110011 |
Color Harmonies of #CBA137
Complementary color
Monochromatic Colors of #CBA137
Black with #CBA137
Text Example
Text Example
White with #CBA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA137; }
p { color: rgb(203,161,55); }
H1.HeaderClassName
{
color: #CBA137;
}
.AnyTagClassName
{
color: #CBA137;
}
</style>
background-color css
<style>
a { background-color: #CBA137; }
a { background-color: rgb(203,161,55); }
div.DivClassName
{
background-color: #CBA137;
}
.BgClassName
{
background-color: #CBA137;
}
</style>
border-color css
<style>
span { border-color: #CBA137; }
span { border-color: rgb(203,161,55); }
td.TdClassName
{
border-color: #CBA137;
}
.TagClassName
{
border-color: #CBA137;
}
</style>