Shades of Metallic Gold #CBA832
Tints of Metallic Gold #CBA832
RGB
CMYK
RGB Variations
Color information
#CBA832 (or 0xCBA832) is known color: Metallic Gold. HEX triplet: CB, A8 and 32. RGB value is (203,168,50). Sum of RGB (Red+Green+Blue) = 203+168+50=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA832 is #3457CD. Grayscale: #A5A5A5. Windows color (decimal): -3430350 or 3320011. OLE color: 3320011.
HSL color Cylindrical-coordinate representation of color #CBA832: hue angle of 46.27º 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 #CBA832 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 50 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.20 |
| HSL | 46.27º | 0.6% | 0.5% | - |
| HSV(B) | 46.27º | 0.75% | 0.8% | - |
| XYZ | 39.21 | 40.93 | 8.85 | - |
| YUV | 165.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 50 | 0 | 0.17 | 0.75 | 0.20 | 46.27 | 0.6 | 0.5 |
| Hex | CB | A8 | 32 | 0 | 11 | 4B | 14 | 2E | 3C | 32 |
| Octal | 313 | 250 | 62 | 0 | 21 | 113 | 24 | 56 | 74 | 62 |
| Binary | 11001011 | 10101000 | 110010 | 0 | 10001 | 1001011 | 10100 | 101110 | 111100 | 110010 |
Color Harmonies of #CBA832
Complementary color
Monochromatic Colors of #CBA832
Black with #CBA832
Text Example
Text Example
White with #CBA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA832; }
p { color: rgb(203,168,50); }
H1.HeaderClassName
{
color: #CBA832;
}
.AnyTagClassName
{
color: #CBA832;
}
</style>
background-color css
<style>
a { background-color: #CBA832; }
a { background-color: rgb(203,168,50); }
div.DivClassName
{
background-color: #CBA832;
}
.BgClassName
{
background-color: #CBA832;
}
</style>
border-color css
<style>
span { border-color: #CBA832; }
span { border-color: rgb(203,168,50); }
td.TdClassName
{
border-color: #CBA832;
}
.TagClassName
{
border-color: #CBA832;
}
</style>