Shades of Buddha Gold #C0A007
Tints of Buddha Gold #C0A007
RGB
CMYK
RGB Variations
Color information
#C0A007 (or 0xC0A007) is known color: Buddha Gold. HEX triplet: C0, A0 and 07. RGB value is (192,160,7). Sum of RGB (Red+Green+Blue) = 192+160+7=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A007 is #3F5FF8. Grayscale: #989898. Windows color (decimal): -4153337 or 499904. OLE color: 499904.
HSL color Cylindrical-coordinate representation of color #C0A007: hue angle of 49.62º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0A007 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 7 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.25 |
| HSL | 49.62º | 0.93% | 0.39% | - |
| HSV(B) | 49.62º | 0.96% | 0.75% | - |
| XYZ | 34.35 | 36.36 | 5.41 | - |
| YUV | 152.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 7 | 0 | 0.17 | 0.96 | 0.25 | 49.62 | 0.93 | 0.39 |
| Hex | C0 | A0 | 7 | 0 | 11 | 60 | 19 | 32 | 5D | 27 |
| Octal | 300 | 240 | 7 | 0 | 21 | 140 | 31 | 62 | 135 | 47 |
| Binary | 11000000 | 10100000 | 111 | 0 | 10001 | 1100000 | 11001 | 110010 | 1011101 | 100111 |
Color Harmonies of #C0A007
Complementary color
Monochromatic Colors of #C0A007
Black with #C0A007
Text Example
Text Example
White with #C0A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A007; }
p { color: rgb(192,160,7); }
H1.HeaderClassName
{
color: #C0A007;
}
.AnyTagClassName
{
color: #C0A007;
}
</style>
background-color css
<style>
a { background-color: #C0A007; }
a { background-color: rgb(192,160,7); }
div.DivClassName
{
background-color: #C0A007;
}
.BgClassName
{
background-color: #C0A007;
}
</style>
border-color css
<style>
span { border-color: #C0A007; }
span { border-color: rgb(192,160,7); }
td.TdClassName
{
border-color: #C0A007;
}
.TagClassName
{
border-color: #C0A007;
}
</style>