Shades of Buddha Gold #C8A714
Tints of Buddha Gold #C8A714
RGB
CMYK
RGB Variations
Color information
#C8A714 (or 0xC8A714) is known color: Buddha Gold. HEX triplet: C8, A7 and 14. RGB value is (200,167,20). Sum of RGB (Red+Green+Blue) = 200+167+20=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A714 is #3758EB. Grayscale: #A0A0A0. Windows color (decimal): -3627244 or 1353672. OLE color: 1353672.
HSL color Cylindrical-coordinate representation of color #C8A714: hue angle of 49º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8A714 is Cyan = 0, Magento = 0.16, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 20 | - |
| CMYK | 0 | 0.16 | 0.9 | 0.22 |
| HSL | 49º | 0.82% | 0.43% | - |
| HSV(B) | 49º | 0.9% | 0.78% | - |
| XYZ | 37.76 | 39.97 | 6.39 | - |
| YUV | 160.11 | 48.93 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 20 | 0 | 0.16 | 0.9 | 0.22 | 49 | 0.82 | 0.43 |
| Hex | C8 | A7 | 14 | 0 | 10 | 5A | 16 | 31 | 52 | 2B |
| Octal | 310 | 247 | 24 | 0 | 20 | 132 | 26 | 61 | 122 | 53 |
| Binary | 11001000 | 10100111 | 10100 | 0 | 10000 | 1011010 | 10110 | 110001 | 1010010 | 101011 |
Color Harmonies of #C8A714
Complementary color
Monochromatic Colors of #C8A714
Black with #C8A714
Text Example
Text Example
White with #C8A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A714; }
p { color: rgb(200,167,20); }
H1.HeaderClassName
{
color: #C8A714;
}
.AnyTagClassName
{
color: #C8A714;
}
</style>
background-color css
<style>
a { background-color: #C8A714; }
a { background-color: rgb(200,167,20); }
div.DivClassName
{
background-color: #C8A714;
}
.BgClassName
{
background-color: #C8A714;
}
</style>
border-color css
<style>
span { border-color: #C8A714; }
span { border-color: rgb(200,167,20); }
td.TdClassName
{
border-color: #C8A714;
}
.TagClassName
{
border-color: #C8A714;
}
</style>