Shades of Buddha Gold #C3A70A
Tints of Buddha Gold #C3A70A
RGB
CMYK
RGB Variations
Color information
#C3A70A (or 0xC3A70A) is known color: Buddha Gold. HEX triplet: C3, A7 and 0A. RGB value is (195,167,10). Sum of RGB (Red+Green+Blue) = 195+167+10=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A70A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A70A is #3C58F5. Grayscale: #9E9E9E. Windows color (decimal): -3954934 or 698307. OLE color: 698307.
HSL color Cylindrical-coordinate representation of color #C3A70A: hue angle of 50.92º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3A70A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 10 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.24 |
| HSL | 50.92º | 0.9% | 0.4% | - |
| HSV(B) | 50.92º | 0.95% | 0.76% | - |
| XYZ | 36.38 | 39.26 | 5.95 | - |
| YUV | 157.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 10 | 0 | 0.14 | 0.95 | 0.24 | 50.92 | 0.9 | 0.4 |
| Hex | C3 | A7 | A | 0 | E | 5F | 18 | 33 | 5A | 28 |
| Octal | 303 | 247 | 12 | 0 | 16 | 137 | 30 | 63 | 132 | 50 |
| Binary | 11000011 | 10100111 | 1010 | 0 | 1110 | 1011111 | 11000 | 110011 | 1011010 | 101000 |
Color Harmonies of #C3A70A
Complementary color
Monochromatic Colors of #C3A70A
Black with #C3A70A
Text Example
Text Example
White with #C3A70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A70A; }
p { color: rgb(195,167,10); }
H1.HeaderClassName
{
color: #C3A70A;
}
.AnyTagClassName
{
color: #C3A70A;
}
</style>
background-color css
<style>
a { background-color: #C3A70A; }
a { background-color: rgb(195,167,10); }
div.DivClassName
{
background-color: #C3A70A;
}
.BgClassName
{
background-color: #C3A70A;
}
</style>
border-color css
<style>
span { border-color: #C3A70A; }
span { border-color: rgb(195,167,10); }
td.TdClassName
{
border-color: #C3A70A;
}
.TagClassName
{
border-color: #C3A70A;
}
</style>