Shades of Buddha Gold #C3A11E
Tints of Buddha Gold #C3A11E
RGB
CMYK
RGB Variations
Color information
#C3A11E (or 0xC3A11E) is known color: Buddha Gold. HEX triplet: C3, A1 and 1E. RGB value is (195,161,30). Sum of RGB (Red+Green+Blue) = 195+161+30=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A11E is #3C5EE1. Grayscale: #9C9C9C. Windows color (decimal): -3956450 or 2007491. OLE color: 2007491.
HSL color Cylindrical-coordinate representation of color #C3A11E: hue angle of 47.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3A11E is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 30 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.24 |
| HSL | 47.64º | 0.73% | 0.44% | - |
| HSV(B) | 47.64º | 0.85% | 0.76% | - |
| XYZ | 35.48 | 37.19 | 6.54 | - |
| YUV | 156.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 30 | 0 | 0.17 | 0.85 | 0.24 | 47.64 | 0.73 | 0.44 |
| Hex | C3 | A1 | 1E | 0 | 11 | 55 | 18 | 30 | 49 | 2C |
| Octal | 303 | 241 | 36 | 0 | 21 | 125 | 30 | 60 | 111 | 54 |
| Binary | 11000011 | 10100001 | 11110 | 0 | 10001 | 1010101 | 11000 | 110000 | 1001001 | 101100 |
Color Harmonies of #C3A11E
Complementary color
Monochromatic Colors of #C3A11E
Black with #C3A11E
Text Example
Text Example
White with #C3A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A11E; }
p { color: rgb(195,161,30); }
H1.HeaderClassName
{
color: #C3A11E;
}
.AnyTagClassName
{
color: #C3A11E;
}
</style>
background-color css
<style>
a { background-color: #C3A11E; }
a { background-color: rgb(195,161,30); }
div.DivClassName
{
background-color: #C3A11E;
}
.BgClassName
{
background-color: #C3A11E;
}
</style>
border-color css
<style>
span { border-color: #C3A11E; }
span { border-color: rgb(195,161,30); }
td.TdClassName
{
border-color: #C3A11E;
}
.TagClassName
{
border-color: #C3A11E;
}
</style>