Shades of Metallic Gold #CBA136
Tints of Metallic Gold #CBA136
RGB
CMYK
RGB Variations
Color information
#CBA136 (or 0xCBA136) is known color: Metallic Gold. HEX triplet: CB, A1 and 36. RGB value is (203,161,54). Sum of RGB (Red+Green+Blue) = 203+161+54=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA136 is #345EC9. Grayscale: #A1A1A1. Windows color (decimal): -3432138 or 3580363. OLE color: 3580363.
HSL color Cylindrical-coordinate representation of color #CBA136: hue angle of 43.09º 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 #CBA136 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 54 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.20 |
| HSL | 43.09º | 0.59% | 0.5% | - |
| HSV(B) | 43.09º | 0.73% | 0.8% | - |
| XYZ | 38.04 | 38.45 | 8.91 | - |
| YUV | 161.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 54 | 0 | 0.21 | 0.73 | 0.20 | 43.09 | 0.59 | 0.5 |
| Hex | CB | A1 | 36 | 0 | 15 | 49 | 14 | 2B | 3B | 32 |
| Octal | 313 | 241 | 66 | 0 | 25 | 111 | 24 | 53 | 73 | 62 |
| Binary | 11001011 | 10100001 | 110110 | 0 | 10101 | 1001001 | 10100 | 101011 | 111011 | 110010 |
Color Harmonies of #CBA136
Complementary color
Monochromatic Colors of #CBA136
Black with #CBA136
Text Example
Text Example
White with #CBA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA136; }
p { color: rgb(203,161,54); }
H1.HeaderClassName
{
color: #CBA136;
}
.AnyTagClassName
{
color: #CBA136;
}
</style>
background-color css
<style>
a { background-color: #CBA136; }
a { background-color: rgb(203,161,54); }
div.DivClassName
{
background-color: #CBA136;
}
.BgClassName
{
background-color: #CBA136;
}
</style>
border-color css
<style>
span { border-color: #CBA136; }
span { border-color: rgb(203,161,54); }
td.TdClassName
{
border-color: #CBA136;
}
.TagClassName
{
border-color: #CBA136;
}
</style>