Shades of Buddha Gold #CBA00A
Tints of Buddha Gold #CBA00A
RGB
CMYK
RGB Variations
Color information
#CBA00A (or 0xCBA00A) is known color: Buddha Gold. HEX triplet: CB, A0 and 0A. RGB value is (203,160,10). Sum of RGB (Red+Green+Blue) = 203+160+10=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA00A is #345FF5. Grayscale: #9C9C9C. Windows color (decimal): -3432438 or 696523. OLE color: 696523.
HSL color Cylindrical-coordinate representation of color #CBA00A: hue angle of 46.63º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBA00A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.20 |
| HSL | 46.63º | 0.91% | 0.42% | - |
| HSV(B) | 46.63º | 0.95% | 0.8% | - |
| XYZ | 37.25 | 37.86 | 5.63 | - |
| YUV | 155.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 10 | 0 | 0.21 | 0.95 | 0.20 | 46.63 | 0.91 | 0.42 |
| Hex | CB | A0 | A | 0 | 15 | 5F | 14 | 2F | 5B | 2A |
| Octal | 313 | 240 | 12 | 0 | 25 | 137 | 24 | 57 | 133 | 52 |
| Binary | 11001011 | 10100000 | 1010 | 0 | 10101 | 1011111 | 10100 | 101111 | 1011011 | 101010 |
Color Harmonies of #CBA00A
Complementary color
Monochromatic Colors of #CBA00A
Black with #CBA00A
Text Example
Text Example
White with #CBA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA00A; }
p { color: rgb(203,160,10); }
H1.HeaderClassName
{
color: #CBA00A;
}
.AnyTagClassName
{
color: #CBA00A;
}
</style>
background-color css
<style>
a { background-color: #CBA00A; }
a { background-color: rgb(203,160,10); }
div.DivClassName
{
background-color: #CBA00A;
}
.BgClassName
{
background-color: #CBA00A;
}
</style>
border-color css
<style>
span { border-color: #CBA00A; }
span { border-color: rgb(203,160,10); }
td.TdClassName
{
border-color: #CBA00A;
}
.TagClassName
{
border-color: #CBA00A;
}
</style>