Shades of Metallic Gold #CBA139
Tints of Metallic Gold #CBA139
RGB
CMYK
RGB Variations
Color information
#CBA139 (or 0xCBA139) is known color: Metallic Gold. HEX triplet: CB, A1 and 39. RGB value is (203,161,57). Sum of RGB (Red+Green+Blue) = 203+161+57=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA139 is #345EC6. Grayscale: #A2A2A2. Windows color (decimal): -3432135 or 3776971. OLE color: 3776971.
HSL color Cylindrical-coordinate representation of color #CBA139: hue angle of 42.74º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBA139 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 57 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.20 |
| HSL | 42.74º | 0.58% | 0.51% | - |
| HSV(B) | 42.74º | 0.72% | 0.8% | - |
| XYZ | 38.11 | 38.48 | 9.29 | - |
| YUV | 161.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 57 | 0 | 0.21 | 0.72 | 0.20 | 42.74 | 0.58 | 0.51 |
| Hex | CB | A1 | 39 | 0 | 15 | 48 | 14 | 2B | 3A | 33 |
| Octal | 313 | 241 | 71 | 0 | 25 | 110 | 24 | 53 | 72 | 63 |
| Binary | 11001011 | 10100001 | 111001 | 0 | 10101 | 1001000 | 10100 | 101011 | 111010 | 110011 |
Color Harmonies of #CBA139
Complementary color
Monochromatic Colors of #CBA139
Black with #CBA139
Text Example
Text Example
White with #CBA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA139; }
p { color: rgb(203,161,57); }
H1.HeaderClassName
{
color: #CBA139;
}
.AnyTagClassName
{
color: #CBA139;
}
</style>
background-color css
<style>
a { background-color: #CBA139; }
a { background-color: rgb(203,161,57); }
div.DivClassName
{
background-color: #CBA139;
}
.BgClassName
{
background-color: #CBA139;
}
</style>
border-color css
<style>
span { border-color: #CBA139; }
span { border-color: rgb(203,161,57); }
td.TdClassName
{
border-color: #CBA139;
}
.TagClassName
{
border-color: #CBA139;
}
</style>