Shades of Buddha Gold #C3A10D
Tints of Buddha Gold #C3A10D
RGB
CMYK
RGB Variations
Color information
#C3A10D (or 0xC3A10D) is known color: Buddha Gold. HEX triplet: C3, A1 and 0D. RGB value is (195,161,13). Sum of RGB (Red+Green+Blue) = 195+161+13=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A10D is #3C5EF2. Grayscale: #9A9A9A. Windows color (decimal): -3956467 or 893379. OLE color: 893379.
HSL color Cylindrical-coordinate representation of color #C3A10D: hue angle of 48.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3A10D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.24 |
| HSL | 48.79º | 0.88% | 0.41% | - |
| HSV(B) | 48.79º | 0.93% | 0.76% | - |
| XYZ | 35.32 | 37.12 | 5.68 | - |
| YUV | 154.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 13 | 0 | 0.17 | 0.93 | 0.24 | 48.79 | 0.88 | 0.41 |
| Hex | C3 | A1 | D | 0 | 11 | 5D | 18 | 31 | 58 | 29 |
| Octal | 303 | 241 | 15 | 0 | 21 | 135 | 30 | 61 | 130 | 51 |
| Binary | 11000011 | 10100001 | 1101 | 0 | 10001 | 1011101 | 11000 | 110001 | 1011000 | 101001 |
Color Harmonies of #C3A10D
Complementary color
Monochromatic Colors of #C3A10D
Black with #C3A10D
Text Example
Text Example
White with #C3A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A10D; }
p { color: rgb(195,161,13); }
H1.HeaderClassName
{
color: #C3A10D;
}
.AnyTagClassName
{
color: #C3A10D;
}
</style>
background-color css
<style>
a { background-color: #C3A10D; }
a { background-color: rgb(195,161,13); }
div.DivClassName
{
background-color: #C3A10D;
}
.BgClassName
{
background-color: #C3A10D;
}
</style>
border-color css
<style>
span { border-color: #C3A10D; }
span { border-color: rgb(195,161,13); }
td.TdClassName
{
border-color: #C3A10D;
}
.TagClassName
{
border-color: #C3A10D;
}
</style>