Shades of Buddha Gold #C0A001
Tints of Buddha Gold #C0A001
RGB
CMYK
RGB Variations
Color information
#C0A001 (or 0xC0A001) is known color: Buddha Gold. HEX triplet: C0, A0 and 01. RGB value is (192,160,1). Sum of RGB (Red+Green+Blue) = 192+160+1=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A001 is #3F5FFE. Grayscale: #989898. Windows color (decimal): -4153343 or 106688. OLE color: 106688.
HSL color Cylindrical-coordinate representation of color #C0A001: hue angle of 49.95º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0A001 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.25 |
| HSL | 49.95º | 0.99% | 0.38% | - |
| HSV(B) | 49.95º | 0.99% | 0.75% | - |
| XYZ | 34.31 | 36.35 | 5.24 | - |
| YUV | 151.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 1 | 0 | 0.17 | 0.99 | 0.25 | 49.95 | 0.99 | 0.38 |
| Hex | C0 | A0 | 1 | 0 | 11 | 63 | 19 | 32 | 63 | 26 |
| Octal | 300 | 240 | 1 | 0 | 21 | 143 | 31 | 62 | 143 | 46 |
| Binary | 11000000 | 10100000 | 1 | 0 | 10001 | 1100011 | 11001 | 110010 | 1100011 | 100110 |
Color Harmonies of #C0A001
Complementary color
Monochromatic Colors of #C0A001
Black with #C0A001
Text Example
Text Example
White with #C0A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A001; }
p { color: rgb(192,160,1); }
H1.HeaderClassName
{
color: #C0A001;
}
.AnyTagClassName
{
color: #C0A001;
}
</style>
background-color css
<style>
a { background-color: #C0A001; }
a { background-color: rgb(192,160,1); }
div.DivClassName
{
background-color: #C0A001;
}
.BgClassName
{
background-color: #C0A001;
}
</style>
border-color css
<style>
span { border-color: #C0A001; }
span { border-color: rgb(192,160,1); }
td.TdClassName
{
border-color: #C0A001;
}
.TagClassName
{
border-color: #C0A001;
}
</style>