Shades of Buddha Gold #CBA205
Tints of Buddha Gold #CBA205
RGB
CMYK
RGB Variations
Color information
#CBA205 (or 0xCBA205) is known color: Buddha Gold. HEX triplet: CB, A2 and 05. RGB value is (203,162,5). Sum of RGB (Red+Green+Blue) = 203+162+5=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA205 is #345DFA. Grayscale: #9D9D9D. Windows color (decimal): -3431931 or 369355. OLE color: 369355.
HSL color Cylindrical-coordinate representation of color #CBA205: hue angle of 47.58º degrees, saturation: 0.95, 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 #CBA205 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.20 |
| HSL | 47.58º | 0.95% | 0.41% | - |
| HSV(B) | 47.58º | 0.98% | 0.8% | - |
| XYZ | 37.58 | 38.55 | 5.6 | - |
| YUV | 156.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 5 | 0 | 0.20 | 0.98 | 0.20 | 47.58 | 0.95 | 0.41 |
| Hex | CB | A2 | 5 | 0 | 14 | 62 | 14 | 30 | 5F | 29 |
| Octal | 313 | 242 | 5 | 0 | 24 | 142 | 24 | 60 | 137 | 51 |
| Binary | 11001011 | 10100010 | 101 | 0 | 10100 | 1100010 | 10100 | 110000 | 1011111 | 101001 |
Color Harmonies of #CBA205
Complementary color
Monochromatic Colors of #CBA205
Black with #CBA205
Text Example
Text Example
White with #CBA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA205; }
p { color: rgb(203,162,5); }
H1.HeaderClassName
{
color: #CBA205;
}
.AnyTagClassName
{
color: #CBA205;
}
</style>
background-color css
<style>
a { background-color: #CBA205; }
a { background-color: rgb(203,162,5); }
div.DivClassName
{
background-color: #CBA205;
}
.BgClassName
{
background-color: #CBA205;
}
</style>
border-color css
<style>
span { border-color: #CBA205; }
span { border-color: rgb(203,162,5); }
td.TdClassName
{
border-color: #CBA205;
}
.TagClassName
{
border-color: #CBA205;
}
</style>