Shades of Buddha Gold #C0A70C
Tints of Buddha Gold #C0A70C
RGB
CMYK
RGB Variations
Color information
#C0A70C (or 0xC0A70C) is known color: Buddha Gold. HEX triplet: C0, A7 and 0C. RGB value is (192,167,12). Sum of RGB (Red+Green+Blue) = 192+167+12=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0A70C is #3F58F3. Grayscale: #9D9D9D. Windows color (decimal): -4151540 or 829376. OLE color: 829376.
HSL color Cylindrical-coordinate representation of color #C0A70C: hue angle of 51.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0A70C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.25 |
| HSL | 51.67º | 0.88% | 0.4% | - |
| HSV(B) | 51.67º | 0.94% | 0.75% | - |
| XYZ | 35.62 | 38.87 | 5.97 | - |
| YUV | 156.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 12 | 0 | 0.13 | 0.94 | 0.25 | 51.67 | 0.88 | 0.4 |
| Hex | C0 | A7 | C | 0 | D | 5E | 19 | 34 | 58 | 28 |
| Octal | 300 | 247 | 14 | 0 | 15 | 136 | 31 | 64 | 130 | 50 |
| Binary | 11000000 | 10100111 | 1100 | 0 | 1101 | 1011110 | 11001 | 110100 | 1011000 | 101000 |
Color Harmonies of #C0A70C
Complementary color
Monochromatic Colors of #C0A70C
Black with #C0A70C
Text Example
Text Example
White with #C0A70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A70C; }
p { color: rgb(192,167,12); }
H1.HeaderClassName
{
color: #C0A70C;
}
.AnyTagClassName
{
color: #C0A70C;
}
</style>
background-color css
<style>
a { background-color: #C0A70C; }
a { background-color: rgb(192,167,12); }
div.DivClassName
{
background-color: #C0A70C;
}
.BgClassName
{
background-color: #C0A70C;
}
</style>
border-color css
<style>
span { border-color: #C0A70C; }
span { border-color: rgb(192,167,12); }
td.TdClassName
{
border-color: #C0A70C;
}
.TagClassName
{
border-color: #C0A70C;
}
</style>