Shades of Buddha Gold #CBA215
Tints of Buddha Gold #CBA215
RGB
CMYK
RGB Variations
Color information
#CBA215 (or 0xCBA215) is known color: Buddha Gold. HEX triplet: CB, A2 and 15. RGB value is (203,162,21). Sum of RGB (Red+Green+Blue) = 203+162+21=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA215 is #345DEA. Grayscale: #9E9E9E. Windows color (decimal): -3431915 or 1417931. OLE color: 1417931.
HSL color Cylindrical-coordinate representation of color #CBA215: hue angle of 46.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA215 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 21 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.20 |
| HSL | 46.48º | 0.81% | 0.44% | - |
| HSV(B) | 46.48º | 0.9% | 0.8% | - |
| XYZ | 37.68 | 38.59 | 6.17 | - |
| YUV | 158.19 | 50.58 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 21 | 0 | 0.20 | 0.90 | 0.20 | 46.48 | 0.81 | 0.44 |
| Hex | CB | A2 | 15 | 0 | 14 | 5A | 14 | 2E | 51 | 2C |
| Octal | 313 | 242 | 25 | 0 | 24 | 132 | 24 | 56 | 121 | 54 |
| Binary | 11001011 | 10100010 | 10101 | 0 | 10100 | 1011010 | 10100 | 101110 | 1010001 | 101100 |
Color Harmonies of #CBA215
Complementary color
Monochromatic Colors of #CBA215
Black with #CBA215
Text Example
Text Example
White with #CBA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA215; }
p { color: rgb(203,162,21); }
H1.HeaderClassName
{
color: #CBA215;
}
.AnyTagClassName
{
color: #CBA215;
}
</style>
background-color css
<style>
a { background-color: #CBA215; }
a { background-color: rgb(203,162,21); }
div.DivClassName
{
background-color: #CBA215;
}
.BgClassName
{
background-color: #CBA215;
}
</style>
border-color css
<style>
span { border-color: #CBA215; }
span { border-color: rgb(203,162,21); }
td.TdClassName
{
border-color: #CBA215;
}
.TagClassName
{
border-color: #CBA215;
}
</style>