Shades of Metallic Gold #CBA132
Tints of Metallic Gold #CBA132
RGB
CMYK
RGB Variations
Color information
#CBA132 (or 0xCBA132) is known color: Metallic Gold. HEX triplet: CB, A1 and 32. RGB value is (203,161,50). Sum of RGB (Red+Green+Blue) = 203+161+50=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA132 is #345ECD. Grayscale: #A1A1A1. Windows color (decimal): -3432142 or 3318219. OLE color: 3318219.
HSL color Cylindrical-coordinate representation of color #CBA132: hue angle of 43.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBA132 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 50 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.20 |
| HSL | 43.53º | 0.6% | 0.5% | - |
| HSV(B) | 43.53º | 0.75% | 0.8% | - |
| XYZ | 37.95 | 38.42 | 8.43 | - |
| YUV | 160.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 50 | 0 | 0.21 | 0.75 | 0.20 | 43.53 | 0.6 | 0.5 |
| Hex | CB | A1 | 32 | 0 | 15 | 4B | 14 | 2C | 3C | 32 |
| Octal | 313 | 241 | 62 | 0 | 25 | 113 | 24 | 54 | 74 | 62 |
| Binary | 11001011 | 10100001 | 110010 | 0 | 10101 | 1001011 | 10100 | 101100 | 111100 | 110010 |
Color Harmonies of #CBA132
Complementary color
Monochromatic Colors of #CBA132
Black with #CBA132
Text Example
Text Example
White with #CBA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA132; }
p { color: rgb(203,161,50); }
H1.HeaderClassName
{
color: #CBA132;
}
.AnyTagClassName
{
color: #CBA132;
}
</style>
background-color css
<style>
a { background-color: #CBA132; }
a { background-color: rgb(203,161,50); }
div.DivClassName
{
background-color: #CBA132;
}
.BgClassName
{
background-color: #CBA132;
}
</style>
border-color css
<style>
span { border-color: #CBA132; }
span { border-color: rgb(203,161,50); }
td.TdClassName
{
border-color: #CBA132;
}
.TagClassName
{
border-color: #CBA132;
}
</style>