Shades of Buddha Gold #C4980B
Tints of Buddha Gold #C4980B
RGB
CMYK
RGB Variations
Color information
#C4980B (or 0xC4980B) is known color: Buddha Gold. HEX triplet: C4, 98 and 0B. RGB value is (196,152,11). Sum of RGB (Red+Green+Blue) = 196+152+11=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4980B is #3B67F4. Grayscale: #959595. Windows color (decimal): -3893237 or 760004. OLE color: 760004.
HSL color Cylindrical-coordinate representation of color #C4980B: hue angle of 45.73º 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 #C4980B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.23 |
| HSL | 45.73º | 0.89% | 0.41% | - |
| HSV(B) | 45.73º | 0.94% | 0.77% | - |
| XYZ | 34.05 | 34.22 | 5.13 | - |
| YUV | 149.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 11 | 0 | 0.22 | 0.94 | 0.23 | 45.73 | 0.89 | 0.41 |
| Hex | C4 | 98 | B | 0 | 16 | 5E | 17 | 2E | 59 | 29 |
| Octal | 304 | 230 | 13 | 0 | 26 | 136 | 27 | 56 | 131 | 51 |
| Binary | 11000100 | 10011000 | 1011 | 0 | 10110 | 1011110 | 10111 | 101110 | 1011001 | 101001 |
Color Harmonies of #C4980B
Complementary color
Monochromatic Colors of #C4980B
Black with #C4980B
Text Example
Text Example
White with #C4980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4980B; }
p { color: rgb(196,152,11); }
H1.HeaderClassName
{
color: #C4980B;
}
.AnyTagClassName
{
color: #C4980B;
}
</style>
background-color css
<style>
a { background-color: #C4980B; }
a { background-color: rgb(196,152,11); }
div.DivClassName
{
background-color: #C4980B;
}
.BgClassName
{
background-color: #C4980B;
}
</style>
border-color css
<style>
span { border-color: #C4980B; }
span { border-color: rgb(196,152,11); }
td.TdClassName
{
border-color: #C4980B;
}
.TagClassName
{
border-color: #C4980B;
}
</style>