Shades of Buddha Gold #CBA104
Tints of Buddha Gold #CBA104
RGB
CMYK
RGB Variations
Color information
#CBA104 (or 0xCBA104) is known color: Buddha Gold. HEX triplet: CB, A1 and 04. RGB value is (203,161,4). Sum of RGB (Red+Green+Blue) = 203+161+4=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA104 is #345EFB. Grayscale: #9C9C9C. Windows color (decimal): -3432188 or 303563. OLE color: 303563.
HSL color Cylindrical-coordinate representation of color #CBA104: hue angle of 47.34º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBA104 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.20 |
| HSL | 47.34º | 0.96% | 0.41% | - |
| HSV(B) | 47.34º | 0.98% | 0.8% | - |
| XYZ | 37.4 | 38.2 | 5.52 | - |
| YUV | 155.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 4 | 0 | 0.21 | 0.98 | 0.20 | 47.34 | 0.96 | 0.41 |
| Hex | CB | A1 | 4 | 0 | 15 | 62 | 14 | 2F | 60 | 29 |
| Octal | 313 | 241 | 4 | 0 | 25 | 142 | 24 | 57 | 140 | 51 |
| Binary | 11001011 | 10100001 | 100 | 0 | 10101 | 1100010 | 10100 | 101111 | 1100000 | 101001 |
Color Harmonies of #CBA104
Complementary color
Monochromatic Colors of #CBA104
Black with #CBA104
Text Example
Text Example
White with #CBA104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA104; }
p { color: rgb(203,161,4); }
H1.HeaderClassName
{
color: #CBA104;
}
.AnyTagClassName
{
color: #CBA104;
}
</style>
background-color css
<style>
a { background-color: #CBA104; }
a { background-color: rgb(203,161,4); }
div.DivClassName
{
background-color: #CBA104;
}
.BgClassName
{
background-color: #CBA104;
}
</style>
border-color css
<style>
span { border-color: #CBA104; }
span { border-color: rgb(203,161,4); }
td.TdClassName
{
border-color: #CBA104;
}
.TagClassName
{
border-color: #CBA104;
}
</style>