Shades of Buddha Gold #C3A701
Tints of Buddha Gold #C3A701
RGB
CMYK
RGB Variations
Color information
#C3A701 (or 0xC3A701) is known color: Buddha Gold. HEX triplet: C3, A7 and 01. RGB value is (195,167,1). Sum of RGB (Red+Green+Blue) = 195+167+1=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A701 is #3C58FE. Grayscale: #9D9D9D. Windows color (decimal): -3954943 or 108483. OLE color: 108483.
HSL color Cylindrical-coordinate representation of color #C3A701: hue angle of 51.34º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3A701 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.24 |
| HSL | 51.34º | 0.99% | 0.38% | - |
| HSV(B) | 51.34º | 0.99% | 0.76% | - |
| XYZ | 36.33 | 39.24 | 5.69 | - |
| YUV | 156.45 | 40.28 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 1 | 0 | 0.14 | 0.99 | 0.24 | 51.34 | 0.99 | 0.38 |
| Hex | C3 | A7 | 1 | 0 | E | 63 | 18 | 33 | 63 | 26 |
| Octal | 303 | 247 | 1 | 0 | 16 | 143 | 30 | 63 | 143 | 46 |
| Binary | 11000011 | 10100111 | 1 | 0 | 1110 | 1100011 | 11000 | 110011 | 1100011 | 100110 |
Color Harmonies of #C3A701
Complementary color
Monochromatic Colors of #C3A701
Black with #C3A701
Text Example
Text Example
White with #C3A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A701; }
p { color: rgb(195,167,1); }
H1.HeaderClassName
{
color: #C3A701;
}
.AnyTagClassName
{
color: #C3A701;
}
</style>
background-color css
<style>
a { background-color: #C3A701; }
a { background-color: rgb(195,167,1); }
div.DivClassName
{
background-color: #C3A701;
}
.BgClassName
{
background-color: #C3A701;
}
</style>
border-color css
<style>
span { border-color: #C3A701; }
span { border-color: rgb(195,167,1); }
td.TdClassName
{
border-color: #C3A701;
}
.TagClassName
{
border-color: #C3A701;
}
</style>