Shades of Buddha Gold #C3A705
Tints of Buddha Gold #C3A705
RGB
CMYK
RGB Variations
Color information
#C3A705 (or 0xC3A705) is known color: Buddha Gold. HEX triplet: C3, A7 and 05. RGB value is (195,167,5). Sum of RGB (Red+Green+Blue) = 195+167+5=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A705 is #3C58FA. Grayscale: #9D9D9D. Windows color (decimal): -3954939 or 370627. OLE color: 370627.
HSL color Cylindrical-coordinate representation of color #C3A705: hue angle of 51.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3A705 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 5 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.24 |
| HSL | 51.16º | 0.95% | 0.39% | - |
| HSV(B) | 51.16º | 0.97% | 0.76% | - |
| XYZ | 36.35 | 39.25 | 5.8 | - |
| YUV | 156.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 5 | 0 | 0.14 | 0.97 | 0.24 | 51.16 | 0.95 | 0.39 |
| Hex | C3 | A7 | 5 | 0 | E | 61 | 18 | 33 | 5F | 27 |
| Octal | 303 | 247 | 5 | 0 | 16 | 141 | 30 | 63 | 137 | 47 |
| Binary | 11000011 | 10100111 | 101 | 0 | 1110 | 1100001 | 11000 | 110011 | 1011111 | 100111 |
Color Harmonies of #C3A705
Complementary color
Monochromatic Colors of #C3A705
Black with #C3A705
Text Example
Text Example
White with #C3A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A705; }
p { color: rgb(195,167,5); }
H1.HeaderClassName
{
color: #C3A705;
}
.AnyTagClassName
{
color: #C3A705;
}
</style>
background-color css
<style>
a { background-color: #C3A705; }
a { background-color: rgb(195,167,5); }
div.DivClassName
{
background-color: #C3A705;
}
.BgClassName
{
background-color: #C3A705;
}
</style>
border-color css
<style>
span { border-color: #C3A705; }
span { border-color: rgb(195,167,5); }
td.TdClassName
{
border-color: #C3A705;
}
.TagClassName
{
border-color: #C3A705;
}
</style>