Shades of Metallic Gold #CBA238
Tints of Metallic Gold #CBA238
RGB
CMYK
RGB Variations
Color information
#CBA238 (or 0xCBA238) is known color: Metallic Gold. HEX triplet: CB, A2 and 38. RGB value is (203,162,56). Sum of RGB (Red+Green+Blue) = 203+162+56=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA238 is #345DC7. Grayscale: #A2A2A2. Windows color (decimal): -3431880 or 3711691. OLE color: 3711691.
HSL color Cylindrical-coordinate representation of color #CBA238: hue angle of 43.27º degrees, saturation: 0.59, 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 #CBA238 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 56 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.20 |
| HSL | 43.27º | 0.59% | 0.51% | - |
| HSV(B) | 43.27º | 0.72% | 0.8% | - |
| XYZ | 38.26 | 38.82 | 9.22 | - |
| YUV | 162.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 56 | 0 | 0.20 | 0.72 | 0.20 | 43.27 | 0.59 | 0.51 |
| Hex | CB | A2 | 38 | 0 | 14 | 48 | 14 | 2B | 3B | 33 |
| Octal | 313 | 242 | 70 | 0 | 24 | 110 | 24 | 53 | 73 | 63 |
| Binary | 11001011 | 10100010 | 111000 | 0 | 10100 | 1001000 | 10100 | 101011 | 111011 | 110011 |
Color Harmonies of #CBA238
Complementary color
Monochromatic Colors of #CBA238
Black with #CBA238
Text Example
Text Example
White with #CBA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA238; }
p { color: rgb(203,162,56); }
H1.HeaderClassName
{
color: #CBA238;
}
.AnyTagClassName
{
color: #CBA238;
}
</style>
background-color css
<style>
a { background-color: #CBA238; }
a { background-color: rgb(203,162,56); }
div.DivClassName
{
background-color: #CBA238;
}
.BgClassName
{
background-color: #CBA238;
}
</style>
border-color css
<style>
span { border-color: #CBA238; }
span { border-color: rgb(203,162,56); }
td.TdClassName
{
border-color: #CBA238;
}
.TagClassName
{
border-color: #CBA238;
}
</style>