Shades of Buddha Gold #C4A613
Tints of Buddha Gold #C4A613
RGB
CMYK
RGB Variations
Color information
#C4A613 (or 0xC4A613) is known color: Buddha Gold. HEX triplet: C4, A6 and 13. RGB value is (196,166,19). Sum of RGB (Red+Green+Blue) = 196+166+19=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A613 is #3B59EC. Grayscale: #9E9E9E. Windows color (decimal): -3889645 or 1287876. OLE color: 1287876.
HSL color Cylindrical-coordinate representation of color #C4A613: hue angle of 49.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4A613 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 19 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.23 |
| HSL | 49.83º | 0.82% | 0.42% | - |
| HSV(B) | 49.83º | 0.9% | 0.77% | - |
| XYZ | 36.52 | 39.06 | 6.23 | - |
| YUV | 158.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 19 | 0 | 0.15 | 0.90 | 0.23 | 49.83 | 0.82 | 0.42 |
| Hex | C4 | A6 | 13 | 0 | F | 5A | 17 | 32 | 52 | 2A |
| Octal | 304 | 246 | 23 | 0 | 17 | 132 | 27 | 62 | 122 | 52 |
| Binary | 11000100 | 10100110 | 10011 | 0 | 1111 | 1011010 | 10111 | 110010 | 1010010 | 101010 |
Color Harmonies of #C4A613
Complementary color
Monochromatic Colors of #C4A613
Black with #C4A613
Text Example
Text Example
White with #C4A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A613; }
p { color: rgb(196,166,19); }
H1.HeaderClassName
{
color: #C4A613;
}
.AnyTagClassName
{
color: #C4A613;
}
</style>
background-color css
<style>
a { background-color: #C4A613; }
a { background-color: rgb(196,166,19); }
div.DivClassName
{
background-color: #C4A613;
}
.BgClassName
{
background-color: #C4A613;
}
</style>
border-color css
<style>
span { border-color: #C4A613; }
span { border-color: rgb(196,166,19); }
td.TdClassName
{
border-color: #C4A613;
}
.TagClassName
{
border-color: #C4A613;
}
</style>