Shades of Buddha Gold #CBA100
Tints of Buddha Gold #CBA100
RGB
CMYK
RGB Variations
Color information
#CBA100 (or 0xCBA100) is known color: Buddha Gold. HEX triplet: CB, A1 and 00. RGB value is (203,161,0). Sum of RGB (Red+Green+Blue) = 203+161+0=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA100 is #345EFF. Grayscale: #9B9B9B. Windows color (decimal): -3432192 or 41419. OLE color: 41419.
HSL color Cylindrical-coordinate representation of color #CBA100: hue angle of 47.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBA100 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.20 |
| HSL | 47.59º | 1% | 0.4% | - |
| HSV(B) | 47.59º | 1% | 0.8% | - |
| XYZ | 37.37 | 38.19 | 5.4 | - |
| YUV | 155.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 0 | 0 | 0.21 | 1 | 0.20 | 47.59 | 1 | 0.4 |
| Hex | CB | A1 | 0 | 0 | 15 | 64 | 14 | 30 | 64 | 28 |
| Octal | 313 | 241 | 0 | 0 | 25 | 144 | 24 | 60 | 144 | 50 |
| Binary | 11001011 | 10100001 | 0 | 0 | 10101 | 1100100 | 10100 | 110000 | 1100100 | 101000 |
Color Harmonies of #CBA100
Complementary color
Monochromatic Colors of #CBA100
Black with #CBA100
Text Example
Text Example
White with #CBA100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA100; }
p { color: rgb(203,161,0); }
H1.HeaderClassName
{
color: #CBA100;
}
.AnyTagClassName
{
color: #CBA100;
}
</style>
background-color css
<style>
a { background-color: #CBA100; }
a { background-color: rgb(203,161,0); }
div.DivClassName
{
background-color: #CBA100;
}
.BgClassName
{
background-color: #CBA100;
}
</style>
border-color css
<style>
span { border-color: #CBA100; }
span { border-color: rgb(203,161,0); }
td.TdClassName
{
border-color: #CBA100;
}
.TagClassName
{
border-color: #CBA100;
}
</style>