Shades of Buddha Gold #C4A00B
Tints of Buddha Gold #C4A00B
RGB
CMYK
RGB Variations
Color information
#C4A00B (or 0xC4A00B) is known color: Buddha Gold. HEX triplet: C4, A0 and 0B. RGB value is (196,160,11). Sum of RGB (Red+Green+Blue) = 196+160+11=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A00B is #3B5FF4. Grayscale: #9A9A9A. Windows color (decimal): -3891189 or 762052. OLE color: 762052.
HSL color Cylindrical-coordinate representation of color #C4A00B: hue angle of 48.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4A00B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 11 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.23 |
| HSL | 48.32º | 0.89% | 0.41% | - |
| HSV(B) | 48.32º | 0.94% | 0.77% | - |
| XYZ | 35.4 | 36.9 | 5.57 | - |
| YUV | 153.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 11 | 0 | 0.18 | 0.94 | 0.23 | 48.32 | 0.89 | 0.41 |
| Hex | C4 | A0 | B | 0 | 12 | 5E | 17 | 30 | 59 | 29 |
| Octal | 304 | 240 | 13 | 0 | 22 | 136 | 27 | 60 | 131 | 51 |
| Binary | 11000100 | 10100000 | 1011 | 0 | 10010 | 1011110 | 10111 | 110000 | 1011001 | 101001 |
Color Harmonies of #C4A00B
Complementary color
Monochromatic Colors of #C4A00B
Black with #C4A00B
Text Example
Text Example
White with #C4A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A00B; }
p { color: rgb(196,160,11); }
H1.HeaderClassName
{
color: #C4A00B;
}
.AnyTagClassName
{
color: #C4A00B;
}
</style>
background-color css
<style>
a { background-color: #C4A00B; }
a { background-color: rgb(196,160,11); }
div.DivClassName
{
background-color: #C4A00B;
}
.BgClassName
{
background-color: #C4A00B;
}
</style>
border-color css
<style>
span { border-color: #C4A00B; }
span { border-color: rgb(196,160,11); }
td.TdClassName
{
border-color: #C4A00B;
}
.TagClassName
{
border-color: #C4A00B;
}
</style>