Shades of Metallic Gold #CBA234
Tints of Metallic Gold #CBA234
RGB
CMYK
RGB Variations
Color information
#CBA234 (or 0xCBA234) is known color: Metallic Gold. HEX triplet: CB, A2 and 34. RGB value is (203,162,52). Sum of RGB (Red+Green+Blue) = 203+162+52=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA234 is #345DCB. Grayscale: #A2A2A2. Windows color (decimal): -3431884 or 3449547. OLE color: 3449547.
HSL color Cylindrical-coordinate representation of color #CBA234: hue angle of 43.71º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBA234 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 52 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.20 |
| HSL | 43.71º | 0.59% | 0.5% | - |
| HSV(B) | 43.71º | 0.74% | 0.8% | - |
| XYZ | 38.17 | 38.79 | 8.72 | - |
| YUV | 161.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 52 | 0 | 0.20 | 0.74 | 0.20 | 43.71 | 0.59 | 0.5 |
| Hex | CB | A2 | 34 | 0 | 14 | 4A | 14 | 2C | 3B | 32 |
| Octal | 313 | 242 | 64 | 0 | 24 | 112 | 24 | 54 | 73 | 62 |
| Binary | 11001011 | 10100010 | 110100 | 0 | 10100 | 1001010 | 10100 | 101100 | 111011 | 110010 |
Color Harmonies of #CBA234
Complementary color
Monochromatic Colors of #CBA234
Black with #CBA234
Text Example
Text Example
White with #CBA234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA234; }
p { color: rgb(203,162,52); }
H1.HeaderClassName
{
color: #CBA234;
}
.AnyTagClassName
{
color: #CBA234;
}
</style>
background-color css
<style>
a { background-color: #CBA234; }
a { background-color: rgb(203,162,52); }
div.DivClassName
{
background-color: #CBA234;
}
.BgClassName
{
background-color: #CBA234;
}
</style>
border-color css
<style>
span { border-color: #CBA234; }
span { border-color: rgb(203,162,52); }
td.TdClassName
{
border-color: #CBA234;
}
.TagClassName
{
border-color: #CBA234;
}
</style>