Shades of Buddha Gold #CBA20C
Tints of Buddha Gold #CBA20C
RGB
CMYK
RGB Variations
Color information
#CBA20C (or 0xCBA20C) is known color: Buddha Gold. HEX triplet: CB, A2 and 0C. RGB value is (203,162,12). Sum of RGB (Red+Green+Blue) = 203+162+12=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA20C is #345DF3. Grayscale: #9D9D9D. Windows color (decimal): -3431924 or 828107. OLE color: 828107.
HSL color Cylindrical-coordinate representation of color #CBA20C: hue angle of 47.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBA20C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.20 |
| HSL | 47.12º | 0.89% | 0.42% | - |
| HSV(B) | 47.12º | 0.94% | 0.8% | - |
| XYZ | 37.62 | 38.56 | 5.81 | - |
| YUV | 157.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 12 | 0 | 0.20 | 0.94 | 0.20 | 47.12 | 0.89 | 0.42 |
| Hex | CB | A2 | C | 0 | 14 | 5E | 14 | 2F | 59 | 2A |
| Octal | 313 | 242 | 14 | 0 | 24 | 136 | 24 | 57 | 131 | 52 |
| Binary | 11001011 | 10100010 | 1100 | 0 | 10100 | 1011110 | 10100 | 101111 | 1011001 | 101010 |
Color Harmonies of #CBA20C
Complementary color
Monochromatic Colors of #CBA20C
Black with #CBA20C
Text Example
Text Example
White with #CBA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA20C; }
p { color: rgb(203,162,12); }
H1.HeaderClassName
{
color: #CBA20C;
}
.AnyTagClassName
{
color: #CBA20C;
}
</style>
background-color css
<style>
a { background-color: #CBA20C; }
a { background-color: rgb(203,162,12); }
div.DivClassName
{
background-color: #CBA20C;
}
.BgClassName
{
background-color: #CBA20C;
}
</style>
border-color css
<style>
span { border-color: #CBA20C; }
span { border-color: rgb(203,162,12); }
td.TdClassName
{
border-color: #CBA20C;
}
.TagClassName
{
border-color: #CBA20C;
}
</style>