Shades of Buddha Gold #C4AB0F
Tints of Buddha Gold #C4AB0F
RGB
CMYK
RGB Variations
Color information
#C4AB0F (or 0xC4AB0F) is known color: Buddha Gold. HEX triplet: C4, AB and 0F. RGB value is (196,171,15). Sum of RGB (Red+Green+Blue) = 196+171+15=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AB0F is #3B54F0. Grayscale: #A1A1A1. Windows color (decimal): -3888369 or 1027012. OLE color: 1027012.
HSL color Cylindrical-coordinate representation of color #C4AB0F: hue angle of 51.71º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4AB0F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 15 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.23 |
| HSL | 51.71º | 0.86% | 0.41% | - |
| HSV(B) | 51.71º | 0.92% | 0.77% | - |
| XYZ | 37.41 | 40.9 | 6.37 | - |
| YUV | 160.69 | 45.78 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 15 | 0 | 0.13 | 0.92 | 0.23 | 51.71 | 0.86 | 0.41 |
| Hex | C4 | AB | F | 0 | D | 5C | 17 | 34 | 56 | 29 |
| Octal | 304 | 253 | 17 | 0 | 15 | 134 | 27 | 64 | 126 | 51 |
| Binary | 11000100 | 10101011 | 1111 | 0 | 1101 | 1011100 | 10111 | 110100 | 1010110 | 101001 |
Color Harmonies of #C4AB0F
Complementary color
Monochromatic Colors of #C4AB0F
Black with #C4AB0F
Text Example
Text Example
White with #C4AB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB0F; }
p { color: rgb(196,171,15); }
H1.HeaderClassName
{
color: #C4AB0F;
}
.AnyTagClassName
{
color: #C4AB0F;
}
</style>
background-color css
<style>
a { background-color: #C4AB0F; }
a { background-color: rgb(196,171,15); }
div.DivClassName
{
background-color: #C4AB0F;
}
.BgClassName
{
background-color: #C4AB0F;
}
</style>
border-color css
<style>
span { border-color: #C4AB0F; }
span { border-color: rgb(196,171,15); }
td.TdClassName
{
border-color: #C4AB0F;
}
.TagClassName
{
border-color: #C4AB0F;
}
</style>