Shades of Metallic Gold #CBA13C
Tints of Metallic Gold #CBA13C
RGB
CMYK
RGB Variations
Color information
#CBA13C (or 0xCBA13C) is known color: Metallic Gold. HEX triplet: CB, A1 and 3C. RGB value is (203,161,60). Sum of RGB (Red+Green+Blue) = 203+161+60=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13C is #345EC3. Grayscale: #A2A2A2. Windows color (decimal): -3432132 or 3973579. OLE color: 3973579.
HSL color Cylindrical-coordinate representation of color #CBA13C: hue angle of 42.38º 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 #CBA13C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 60 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.20 |
| HSL | 42.38º | 0.58% | 0.52% | - |
| HSV(B) | 42.38º | 0.7% | 0.8% | - |
| XYZ | 38.19 | 38.51 | 9.7 | - |
| YUV | 162.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 60 | 0 | 0.21 | 0.70 | 0.20 | 42.38 | 0.58 | 0.52 |
| Hex | CB | A1 | 3C | 0 | 15 | 46 | 14 | 2A | 3A | 34 |
| Octal | 313 | 241 | 74 | 0 | 25 | 106 | 24 | 52 | 72 | 64 |
| Binary | 11001011 | 10100001 | 111100 | 0 | 10101 | 1000110 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CBA13C
Complementary color
Monochromatic Colors of #CBA13C
Black with #CBA13C
Text Example
Text Example
White with #CBA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA13C; }
p { color: rgb(203,161,60); }
H1.HeaderClassName
{
color: #CBA13C;
}
.AnyTagClassName
{
color: #CBA13C;
}
</style>
background-color css
<style>
a { background-color: #CBA13C; }
a { background-color: rgb(203,161,60); }
div.DivClassName
{
background-color: #CBA13C;
}
.BgClassName
{
background-color: #CBA13C;
}
</style>
border-color css
<style>
span { border-color: #CBA13C; }
span { border-color: rgb(203,161,60); }
td.TdClassName
{
border-color: #CBA13C;
}
.TagClassName
{
border-color: #CBA13C;
}
</style>