Shades of Buddha Gold #CBA110
Tints of Buddha Gold #CBA110
RGB
CMYK
RGB Variations
Color information
#CBA110 (or 0xCBA110) is known color: Buddha Gold. HEX triplet: CB, A1 and 10. RGB value is (203,161,16). Sum of RGB (Red+Green+Blue) = 203+161+16=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA110 is #345EEF. Grayscale: #9D9D9D. Windows color (decimal): -3432176 or 1089995. OLE color: 1089995.
HSL color Cylindrical-coordinate representation of color #CBA110: hue angle of 46.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBA110 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.20 |
| HSL | 46.52º | 0.85% | 0.43% | - |
| HSV(B) | 46.52º | 0.92% | 0.8% | - |
| XYZ | 37.47 | 38.22 | 5.89 | - |
| YUV | 157.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 16 | 0 | 0.21 | 0.92 | 0.20 | 46.52 | 0.85 | 0.43 |
| Hex | CB | A1 | 10 | 0 | 15 | 5C | 14 | 2F | 55 | 2B |
| Octal | 313 | 241 | 20 | 0 | 25 | 134 | 24 | 57 | 125 | 53 |
| Binary | 11001011 | 10100001 | 10000 | 0 | 10101 | 1011100 | 10100 | 101111 | 1010101 | 101011 |
Color Harmonies of #CBA110
Complementary color
Monochromatic Colors of #CBA110
Black with #CBA110
Text Example
Text Example
White with #CBA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA110; }
p { color: rgb(203,161,16); }
H1.HeaderClassName
{
color: #CBA110;
}
.AnyTagClassName
{
color: #CBA110;
}
</style>
background-color css
<style>
a { background-color: #CBA110; }
a { background-color: rgb(203,161,16); }
div.DivClassName
{
background-color: #CBA110;
}
.BgClassName
{
background-color: #CBA110;
}
</style>
border-color css
<style>
span { border-color: #CBA110; }
span { border-color: rgb(203,161,16); }
td.TdClassName
{
border-color: #CBA110;
}
.TagClassName
{
border-color: #CBA110;
}
</style>