Shades of Metallic Gold #CBA637
Tints of Metallic Gold #CBA637
RGB
CMYK
RGB Variations
Color information
#CBA637 (or 0xCBA637) is known color: Metallic Gold. HEX triplet: CB, A6 and 37. RGB value is (203,166,55). Sum of RGB (Red+Green+Blue) = 203+166+55=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA637 is #3459C8. Grayscale: #A4A4A4. Windows color (decimal): -3430857 or 3647179. OLE color: 3647179.
HSL color Cylindrical-coordinate representation of color #CBA637: hue angle of 45º 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 #CBA637 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.20 |
| HSL | 45º | 0.59% | 0.51% | - |
| HSV(B) | 45º | 0.73% | 0.8% | - |
| XYZ | 38.95 | 40.24 | 9.33 | - |
| YUV | 164.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 55 | 0 | 0.18 | 0.73 | 0.20 | 45 | 0.59 | 0.51 |
| Hex | CB | A6 | 37 | 0 | 12 | 49 | 14 | 2D | 3B | 33 |
| Octal | 313 | 246 | 67 | 0 | 22 | 111 | 24 | 55 | 73 | 63 |
| Binary | 11001011 | 10100110 | 110111 | 0 | 10010 | 1001001 | 10100 | 101101 | 111011 | 110011 |
Color Harmonies of #CBA637
Complementary color
Monochromatic Colors of #CBA637
Black with #CBA637
Text Example
Text Example
White with #CBA637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA637; }
p { color: rgb(203,166,55); }
H1.HeaderClassName
{
color: #CBA637;
}
.AnyTagClassName
{
color: #CBA637;
}
</style>
background-color css
<style>
a { background-color: #CBA637; }
a { background-color: rgb(203,166,55); }
div.DivClassName
{
background-color: #CBA637;
}
.BgClassName
{
background-color: #CBA637;
}
</style>
border-color css
<style>
span { border-color: #CBA637; }
span { border-color: rgb(203,166,55); }
td.TdClassName
{
border-color: #CBA637;
}
.TagClassName
{
border-color: #CBA637;
}
</style>