Shades of Buddha Gold #C4A312
Tints of Buddha Gold #C4A312
RGB
CMYK
RGB Variations
Color information
#C4A312 (or 0xC4A312) is known color: Buddha Gold. HEX triplet: C4, A3 and 12. RGB value is (196,163,18). Sum of RGB (Red+Green+Blue) = 196+163+18=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A312 is #3B5CED. Grayscale: #9C9C9C. Windows color (decimal): -3890414 or 1221572. OLE color: 1221572.
HSL color Cylindrical-coordinate representation of color #C4A312: hue angle of 48.88º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4A312 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 18 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.23 |
| HSL | 48.88º | 0.83% | 0.42% | - |
| HSV(B) | 48.88º | 0.91% | 0.77% | - |
| XYZ | 35.97 | 37.97 | 6.01 | - |
| YUV | 156.34 | 49.93 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 18 | 0 | 0.17 | 0.91 | 0.23 | 48.88 | 0.83 | 0.42 |
| Hex | C4 | A3 | 12 | 0 | 11 | 5B | 17 | 31 | 53 | 2A |
| Octal | 304 | 243 | 22 | 0 | 21 | 133 | 27 | 61 | 123 | 52 |
| Binary | 11000100 | 10100011 | 10010 | 0 | 10001 | 1011011 | 10111 | 110001 | 1010011 | 101010 |
Color Harmonies of #C4A312
Complementary color
Monochromatic Colors of #C4A312
Black with #C4A312
Text Example
Text Example
White with #C4A312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A312; }
p { color: rgb(196,163,18); }
H1.HeaderClassName
{
color: #C4A312;
}
.AnyTagClassName
{
color: #C4A312;
}
</style>
background-color css
<style>
a { background-color: #C4A312; }
a { background-color: rgb(196,163,18); }
div.DivClassName
{
background-color: #C4A312;
}
.BgClassName
{
background-color: #C4A312;
}
</style>
border-color css
<style>
span { border-color: #C4A312; }
span { border-color: rgb(196,163,18); }
td.TdClassName
{
border-color: #C4A312;
}
.TagClassName
{
border-color: #C4A312;
}
</style>