Shades of Metallic Gold #CBAB2E
Tints of Metallic Gold #CBAB2E
RGB
CMYK
RGB Variations
Color information
#CBAB2E (or 0xCBAB2E) is known color: Metallic Gold. HEX triplet: CB, AB and 2E. RGB value is (203,171,46). Sum of RGB (Red+Green+Blue) = 203+171+46=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB2E is #3454D1. Grayscale: #A6A6A6. Windows color (decimal): -3429586 or 3058635. OLE color: 3058635.
HSL color Cylindrical-coordinate representation of color #CBAB2E: hue angle of 47.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBAB2E is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 46 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.20 |
| HSL | 47.77º | 0.63% | 0.49% | - |
| HSV(B) | 47.77º | 0.77% | 0.8% | - |
| XYZ | 39.68 | 42.02 | 8.6 | - |
| YUV | 166.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 46 | 0 | 0.16 | 0.77 | 0.20 | 47.77 | 0.63 | 0.49 |
| Hex | CB | AB | 2E | 0 | 10 | 4D | 14 | 30 | 3F | 31 |
| Octal | 313 | 253 | 56 | 0 | 20 | 115 | 24 | 60 | 77 | 61 |
| Binary | 11001011 | 10101011 | 101110 | 0 | 10000 | 1001101 | 10100 | 110000 | 111111 | 110001 |
Color Harmonies of #CBAB2E
Complementary color
Monochromatic Colors of #CBAB2E
Black with #CBAB2E
Text Example
Text Example
White with #CBAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB2E; }
p { color: rgb(203,171,46); }
H1.HeaderClassName
{
color: #CBAB2E;
}
.AnyTagClassName
{
color: #CBAB2E;
}
</style>
background-color css
<style>
a { background-color: #CBAB2E; }
a { background-color: rgb(203,171,46); }
div.DivClassName
{
background-color: #CBAB2E;
}
.BgClassName
{
background-color: #CBAB2E;
}
</style>
border-color css
<style>
span { border-color: #CBAB2E; }
span { border-color: rgb(203,171,46); }
td.TdClassName
{
border-color: #CBAB2E;
}
.TagClassName
{
border-color: #CBAB2E;
}
</style>