Shades of Metallic Gold #CBA03C
Tints of Metallic Gold #CBA03C
RGB
CMYK
RGB Variations
Color information
#CBA03C (or 0xCBA03C) is known color: Metallic Gold. HEX triplet: CB, A0 and 3C. RGB value is (203,160,60). Sum of RGB (Red+Green+Blue) = 203+160+60=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA03C is #345FC3. Grayscale: #A1A1A1. Windows color (decimal): -3432388 or 3973323. OLE color: 3973323.
HSL color Cylindrical-coordinate representation of color #CBA03C: hue angle of 41.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBA03C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 60 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.20 |
| HSL | 41.96º | 0.58% | 0.52% | - |
| HSV(B) | 41.96º | 0.7% | 0.8% | - |
| XYZ | 38.02 | 38.16 | 9.64 | - |
| YUV | 161.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 60 | 0 | 0.21 | 0.70 | 0.20 | 41.96 | 0.58 | 0.52 |
| Hex | CB | A0 | 3C | 0 | 15 | 46 | 14 | 2A | 3A | 34 |
| Octal | 313 | 240 | 74 | 0 | 25 | 106 | 24 | 52 | 72 | 64 |
| Binary | 11001011 | 10100000 | 111100 | 0 | 10101 | 1000110 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CBA03C
Complementary color
Monochromatic Colors of #CBA03C
Black with #CBA03C
Text Example
Text Example
White with #CBA03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA03C; }
p { color: rgb(203,160,60); }
H1.HeaderClassName
{
color: #CBA03C;
}
.AnyTagClassName
{
color: #CBA03C;
}
</style>
background-color css
<style>
a { background-color: #CBA03C; }
a { background-color: rgb(203,160,60); }
div.DivClassName
{
background-color: #CBA03C;
}
.BgClassName
{
background-color: #CBA03C;
}
</style>
border-color css
<style>
span { border-color: #CBA03C; }
span { border-color: rgb(203,160,60); }
td.TdClassName
{
border-color: #CBA03C;
}
.TagClassName
{
border-color: #CBA03C;
}
</style>