Shades of Buddha Gold #C4A705
Tints of Buddha Gold #C4A705
RGB
CMYK
RGB Variations
Color information
#C4A705 (or 0xC4A705) is known color: Buddha Gold. HEX triplet: C4, A7 and 05. RGB value is (196,167,5). Sum of RGB (Red+Green+Blue) = 196+167+5=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A705 is #3B58FA. Grayscale: #9D9D9D. Windows color (decimal): -3889403 or 370628. OLE color: 370628.
HSL color Cylindrical-coordinate representation of color #C4A705: hue angle of 50.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4A705 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 5 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.23 |
| HSL | 50.89º | 0.95% | 0.39% | - |
| HSV(B) | 50.89º | 0.97% | 0.77% | - |
| XYZ | 36.61 | 39.38 | 5.82 | - |
| YUV | 157.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 5 | 0 | 0.15 | 0.97 | 0.23 | 50.89 | 0.95 | 0.39 |
| Hex | C4 | A7 | 5 | 0 | F | 61 | 17 | 33 | 5F | 27 |
| Octal | 304 | 247 | 5 | 0 | 17 | 141 | 27 | 63 | 137 | 47 |
| Binary | 11000100 | 10100111 | 101 | 0 | 1111 | 1100001 | 10111 | 110011 | 1011111 | 100111 |
Color Harmonies of #C4A705
Complementary color
Monochromatic Colors of #C4A705
Black with #C4A705
Text Example
Text Example
White with #C4A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A705; }
p { color: rgb(196,167,5); }
H1.HeaderClassName
{
color: #C4A705;
}
.AnyTagClassName
{
color: #C4A705;
}
</style>
background-color css
<style>
a { background-color: #C4A705; }
a { background-color: rgb(196,167,5); }
div.DivClassName
{
background-color: #C4A705;
}
.BgClassName
{
background-color: #C4A705;
}
</style>
border-color css
<style>
span { border-color: #C4A705; }
span { border-color: rgb(196,167,5); }
td.TdClassName
{
border-color: #C4A705;
}
.TagClassName
{
border-color: #C4A705;
}
</style>