Shades of Metallic Gold #CBA236
Tints of Metallic Gold #CBA236
RGB
CMYK
RGB Variations
Color information
#CBA236 (or 0xCBA236) is known color: Metallic Gold. HEX triplet: CB, A2 and 36. RGB value is (203,162,54). Sum of RGB (Red+Green+Blue) = 203+162+54=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA236 is #345DC9. Grayscale: #A2A2A2. Windows color (decimal): -3431882 or 3580619. OLE color: 3580619.
HSL color Cylindrical-coordinate representation of color #CBA236: hue angle of 43.49º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA236 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 54 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.20 |
| HSL | 43.49º | 0.59% | 0.5% | - |
| HSV(B) | 43.49º | 0.73% | 0.8% | - |
| XYZ | 38.21 | 38.8 | 8.97 | - |
| YUV | 161.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 54 | 0 | 0.20 | 0.73 | 0.20 | 43.49 | 0.59 | 0.5 |
| Hex | CB | A2 | 36 | 0 | 14 | 49 | 14 | 2B | 3B | 32 |
| Octal | 313 | 242 | 66 | 0 | 24 | 111 | 24 | 53 | 73 | 62 |
| Binary | 11001011 | 10100010 | 110110 | 0 | 10100 | 1001001 | 10100 | 101011 | 111011 | 110010 |
Color Harmonies of #CBA236
Complementary color
Monochromatic Colors of #CBA236
Black with #CBA236
Text Example
Text Example
White with #CBA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA236; }
p { color: rgb(203,162,54); }
H1.HeaderClassName
{
color: #CBA236;
}
.AnyTagClassName
{
color: #CBA236;
}
</style>
background-color css
<style>
a { background-color: #CBA236; }
a { background-color: rgb(203,162,54); }
div.DivClassName
{
background-color: #CBA236;
}
.BgClassName
{
background-color: #CBA236;
}
</style>
border-color css
<style>
span { border-color: #CBA236; }
span { border-color: rgb(203,162,54); }
td.TdClassName
{
border-color: #CBA236;
}
.TagClassName
{
border-color: #CBA236;
}
</style>