Shades of Buddha Gold #CBA313
Tints of Buddha Gold #CBA313
RGB
CMYK
RGB Variations
Color information
#CBA313 (or 0xCBA313) is known color: Buddha Gold. HEX triplet: CB, A3 and 13. RGB value is (203,163,19). Sum of RGB (Red+Green+Blue) = 203+163+19=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA313 is #345CEC. Grayscale: #9F9F9F. Windows color (decimal): -3431661 or 1287115. OLE color: 1287115.
HSL color Cylindrical-coordinate representation of color #CBA313: hue angle of 46.96º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBA313 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 19 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.20 |
| HSL | 46.96º | 0.83% | 0.44% | - |
| HSV(B) | 46.96º | 0.91% | 0.8% | - |
| XYZ | 37.84 | 38.94 | 6.14 | - |
| YUV | 158.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 19 | 0 | 0.20 | 0.91 | 0.20 | 46.96 | 0.83 | 0.44 |
| Hex | CB | A3 | 13 | 0 | 14 | 5B | 14 | 2F | 53 | 2C |
| Octal | 313 | 243 | 23 | 0 | 24 | 133 | 24 | 57 | 123 | 54 |
| Binary | 11001011 | 10100011 | 10011 | 0 | 10100 | 1011011 | 10100 | 101111 | 1010011 | 101100 |
Color Harmonies of #CBA313
Complementary color
Monochromatic Colors of #CBA313
Black with #CBA313
Text Example
Text Example
White with #CBA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA313; }
p { color: rgb(203,163,19); }
H1.HeaderClassName
{
color: #CBA313;
}
.AnyTagClassName
{
color: #CBA313;
}
</style>
background-color css
<style>
a { background-color: #CBA313; }
a { background-color: rgb(203,163,19); }
div.DivClassName
{
background-color: #CBA313;
}
.BgClassName
{
background-color: #CBA313;
}
</style>
border-color css
<style>
span { border-color: #CBA313; }
span { border-color: rgb(203,163,19); }
td.TdClassName
{
border-color: #CBA313;
}
.TagClassName
{
border-color: #CBA313;
}
</style>