Shades of Buddha Gold #CBA615
Tints of Buddha Gold #CBA615
RGB
CMYK
RGB Variations
Color information
#CBA615 (or 0xCBA615) is known color: Buddha Gold. HEX triplet: CB, A6 and 15. RGB value is (203,166,21). Sum of RGB (Red+Green+Blue) = 203+166+21=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA615 is #3459EA. Grayscale: #A1A1A1. Windows color (decimal): -3430891 or 1418955. OLE color: 1418955.
HSL color Cylindrical-coordinate representation of color #CBA615: hue angle of 47.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA615 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.20 |
| HSL | 47.8º | 0.81% | 0.44% | - |
| HSV(B) | 47.8º | 0.9% | 0.8% | - |
| XYZ | 38.4 | 40.02 | 6.41 | - |
| YUV | 160.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 21 | 0 | 0.18 | 0.90 | 0.20 | 47.8 | 0.81 | 0.44 |
| Hex | CB | A6 | 15 | 0 | 12 | 5A | 14 | 30 | 51 | 2C |
| Octal | 313 | 246 | 25 | 0 | 22 | 132 | 24 | 60 | 121 | 54 |
| Binary | 11001011 | 10100110 | 10101 | 0 | 10010 | 1011010 | 10100 | 110000 | 1010001 | 101100 |
Color Harmonies of #CBA615
Complementary color
Monochromatic Colors of #CBA615
Black with #CBA615
Text Example
Text Example
White with #CBA615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA615; }
p { color: rgb(203,166,21); }
H1.HeaderClassName
{
color: #CBA615;
}
.AnyTagClassName
{
color: #CBA615;
}
</style>
background-color css
<style>
a { background-color: #CBA615; }
a { background-color: rgb(203,166,21); }
div.DivClassName
{
background-color: #CBA615;
}
.BgClassName
{
background-color: #CBA615;
}
</style>
border-color css
<style>
span { border-color: #CBA615; }
span { border-color: rgb(203,166,21); }
td.TdClassName
{
border-color: #CBA615;
}
.TagClassName
{
border-color: #CBA615;
}
</style>