Shades of Buddha Gold #CBA002
Tints of Buddha Gold #CBA002
RGB
CMYK
RGB Variations
Color information
#CBA002 (or 0xCBA002) is known color: Buddha Gold. HEX triplet: CB, A0 and 02. RGB value is (203,160,2). Sum of RGB (Red+Green+Blue) = 203+160+2=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA002 is #345FFD. Grayscale: #9B9B9B. Windows color (decimal): -3432446 or 172235. OLE color: 172235.
HSL color Cylindrical-coordinate representation of color #CBA002: hue angle of 47.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBA002 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.20 |
| HSL | 47.16º | 0.98% | 0.4% | - |
| HSV(B) | 47.16º | 0.99% | 0.8% | - |
| XYZ | 37.21 | 37.84 | 5.4 | - |
| YUV | 154.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 2 | 0 | 0.21 | 0.99 | 0.20 | 47.16 | 0.98 | 0.4 |
| Hex | CB | A0 | 2 | 0 | 15 | 63 | 14 | 2F | 62 | 28 |
| Octal | 313 | 240 | 2 | 0 | 25 | 143 | 24 | 57 | 142 | 50 |
| Binary | 11001011 | 10100000 | 10 | 0 | 10101 | 1100011 | 10100 | 101111 | 1100010 | 101000 |
Color Harmonies of #CBA002
Complementary color
Monochromatic Colors of #CBA002
Black with #CBA002
Text Example
Text Example
White with #CBA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA002; }
p { color: rgb(203,160,2); }
H1.HeaderClassName
{
color: #CBA002;
}
.AnyTagClassName
{
color: #CBA002;
}
</style>
background-color css
<style>
a { background-color: #CBA002; }
a { background-color: rgb(203,160,2); }
div.DivClassName
{
background-color: #CBA002;
}
.BgClassName
{
background-color: #CBA002;
}
</style>
border-color css
<style>
span { border-color: #CBA002; }
span { border-color: rgb(203,160,2); }
td.TdClassName
{
border-color: #CBA002;
}
.TagClassName
{
border-color: #CBA002;
}
</style>