Shades of Metallic Gold #CBA130
Tints of Metallic Gold #CBA130
RGB
CMYK
RGB Variations
Color information
#CBA130 (or 0xCBA130) is known color: Metallic Gold. HEX triplet: CB, A1 and 30. RGB value is (203,161,48). Sum of RGB (Red+Green+Blue) = 203+161+48=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA130 is #345ECF. Grayscale: #A1A1A1. Windows color (decimal): -3432144 or 3187147. OLE color: 3187147.
HSL color Cylindrical-coordinate representation of color #CBA130: hue angle of 43.74º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBA130 is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 48 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.20 |
| HSL | 43.74º | 0.62% | 0.49% | - |
| HSV(B) | 43.74º | 0.76% | 0.8% | - |
| XYZ | 37.91 | 38.4 | 8.21 | - |
| YUV | 160.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 48 | 0 | 0.21 | 0.76 | 0.20 | 43.74 | 0.62 | 0.49 |
| Hex | CB | A1 | 30 | 0 | 15 | 4C | 14 | 2C | 3E | 31 |
| Octal | 313 | 241 | 60 | 0 | 25 | 114 | 24 | 54 | 76 | 61 |
| Binary | 11001011 | 10100001 | 110000 | 0 | 10101 | 1001100 | 10100 | 101100 | 111110 | 110001 |
Color Harmonies of #CBA130
Complementary color
Monochromatic Colors of #CBA130
Black with #CBA130
Text Example
Text Example
White with #CBA130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA130; }
p { color: rgb(203,161,48); }
H1.HeaderClassName
{
color: #CBA130;
}
.AnyTagClassName
{
color: #CBA130;
}
</style>
background-color css
<style>
a { background-color: #CBA130; }
a { background-color: rgb(203,161,48); }
div.DivClassName
{
background-color: #CBA130;
}
.BgClassName
{
background-color: #CBA130;
}
</style>
border-color css
<style>
span { border-color: #CBA130; }
span { border-color: rgb(203,161,48); }
td.TdClassName
{
border-color: #CBA130;
}
.TagClassName
{
border-color: #CBA130;
}
</style>