Shades of Buddha Gold #CBA10F
Tints of Buddha Gold #CBA10F
RGB
CMYK
RGB Variations
Color information
#CBA10F (or 0xCBA10F) is known color: Buddha Gold. HEX triplet: CB, A1 and 0F. RGB value is (203,161,15). Sum of RGB (Red+Green+Blue) = 203+161+15=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA10F is #345EF0. Grayscale: #9D9D9D. Windows color (decimal): -3432177 or 1024459. OLE color: 1024459.
HSL color Cylindrical-coordinate representation of color #CBA10F: hue angle of 46.6º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBA10F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 15 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.20 |
| HSL | 46.6º | 0.86% | 0.43% | - |
| HSV(B) | 46.6º | 0.93% | 0.8% | - |
| XYZ | 37.46 | 38.22 | 5.85 | - |
| YUV | 156.91 | 47.91 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 15 | 0 | 0.21 | 0.93 | 0.20 | 46.6 | 0.86 | 0.43 |
| Hex | CB | A1 | F | 0 | 15 | 5D | 14 | 2F | 56 | 2B |
| Octal | 313 | 241 | 17 | 0 | 25 | 135 | 24 | 57 | 126 | 53 |
| Binary | 11001011 | 10100001 | 1111 | 0 | 10101 | 1011101 | 10100 | 101111 | 1010110 | 101011 |
Color Harmonies of #CBA10F
Complementary color
Monochromatic Colors of #CBA10F
Black with #CBA10F
Text Example
Text Example
White with #CBA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA10F; }
p { color: rgb(203,161,15); }
H1.HeaderClassName
{
color: #CBA10F;
}
.AnyTagClassName
{
color: #CBA10F;
}
</style>
background-color css
<style>
a { background-color: #CBA10F; }
a { background-color: rgb(203,161,15); }
div.DivClassName
{
background-color: #CBA10F;
}
.BgClassName
{
background-color: #CBA10F;
}
</style>
border-color css
<style>
span { border-color: #CBA10F; }
span { border-color: rgb(203,161,15); }
td.TdClassName
{
border-color: #CBA10F;
}
.TagClassName
{
border-color: #CBA10F;
}
</style>