Shades of Buddha Gold #CBA312
Tints of Buddha Gold #CBA312
RGB
CMYK
RGB Variations
Color information
#CBA312 (or 0xCBA312) is known color: Buddha Gold. HEX triplet: CB, A3 and 12. RGB value is (203,163,18). Sum of RGB (Red+Green+Blue) = 203+163+18=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA312 is #345CED. Grayscale: #9F9F9F. Windows color (decimal): -3431662 or 1221579. OLE color: 1221579.
HSL color Cylindrical-coordinate representation of color #CBA312: hue angle of 47.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBA312 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 18 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.20 |
| HSL | 47.03º | 0.84% | 0.43% | - |
| HSV(B) | 47.03º | 0.91% | 0.8% | - |
| XYZ | 37.83 | 38.93 | 6.09 | - |
| YUV | 158.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 18 | 0 | 0.20 | 0.91 | 0.20 | 47.03 | 0.84 | 0.43 |
| Hex | CB | A3 | 12 | 0 | 14 | 5B | 14 | 2F | 54 | 2B |
| Octal | 313 | 243 | 22 | 0 | 24 | 133 | 24 | 57 | 124 | 53 |
| Binary | 11001011 | 10100011 | 10010 | 0 | 10100 | 1011011 | 10100 | 101111 | 1010100 | 101011 |
Color Harmonies of #CBA312
Complementary color
Monochromatic Colors of #CBA312
Black with #CBA312
Text Example
Text Example
White with #CBA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA312; }
p { color: rgb(203,163,18); }
H1.HeaderClassName
{
color: #CBA312;
}
.AnyTagClassName
{
color: #CBA312;
}
</style>
background-color css
<style>
a { background-color: #CBA312; }
a { background-color: rgb(203,163,18); }
div.DivClassName
{
background-color: #CBA312;
}
.BgClassName
{
background-color: #CBA312;
}
</style>
border-color css
<style>
span { border-color: #CBA312; }
span { border-color: rgb(203,163,18); }
td.TdClassName
{
border-color: #CBA312;
}
.TagClassName
{
border-color: #CBA312;
}
</style>