Shades of Buddha Gold #C8A70C
Tints of Buddha Gold #C8A70C
RGB
CMYK
RGB Variations
Color information
#C8A70C (or 0xC8A70C) is known color: Buddha Gold. HEX triplet: C8, A7 and 0C. RGB value is (200,167,12). Sum of RGB (Red+Green+Blue) = 200+167+12=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A70C is #3758F3. Grayscale: #9F9F9F. Windows color (decimal): -3627252 or 829384. OLE color: 829384.
HSL color Cylindrical-coordinate representation of color #C8A70C: hue angle of 49.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8A70C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.22 |
| HSL | 49.47º | 0.89% | 0.42% | - |
| HSV(B) | 49.47º | 0.94% | 0.78% | - |
| XYZ | 37.7 | 39.94 | 6.07 | - |
| YUV | 159.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 12 | 0 | 0.16 | 0.94 | 0.22 | 49.47 | 0.89 | 0.42 |
| Hex | C8 | A7 | C | 0 | 10 | 5E | 16 | 31 | 59 | 2A |
| Octal | 310 | 247 | 14 | 0 | 20 | 136 | 26 | 61 | 131 | 52 |
| Binary | 11001000 | 10100111 | 1100 | 0 | 10000 | 1011110 | 10110 | 110001 | 1011001 | 101010 |
Color Harmonies of #C8A70C
Complementary color
Monochromatic Colors of #C8A70C
Black with #C8A70C
Text Example
Text Example
White with #C8A70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A70C; }
p { color: rgb(200,167,12); }
H1.HeaderClassName
{
color: #C8A70C;
}
.AnyTagClassName
{
color: #C8A70C;
}
</style>
background-color css
<style>
a { background-color: #C8A70C; }
a { background-color: rgb(200,167,12); }
div.DivClassName
{
background-color: #C8A70C;
}
.BgClassName
{
background-color: #C8A70C;
}
</style>
border-color css
<style>
span { border-color: #C8A70C; }
span { border-color: rgb(200,167,12); }
td.TdClassName
{
border-color: #C8A70C;
}
.TagClassName
{
border-color: #C8A70C;
}
</style>