Shades of Buddha Gold #C8980B
Tints of Buddha Gold #C8980B
RGB
CMYK
RGB Variations
Color information
#C8980B (or 0xC8980B) is known color: Buddha Gold. HEX triplet: C8, 98 and 0B. RGB value is (200,152,11). Sum of RGB (Red+Green+Blue) = 200+152+11=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8980B is #3767F4. Grayscale: #969696. Windows color (decimal): -3631093 or 760008. OLE color: 760008.
HSL color Cylindrical-coordinate representation of color #C8980B: hue angle of 44.76º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8980B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.22 |
| HSL | 44.76º | 0.9% | 0.41% | - |
| HSV(B) | 44.76º | 0.95% | 0.78% | - |
| XYZ | 35.11 | 34.76 | 5.18 | - |
| YUV | 150.28 | 49.4 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 11 | 0 | 0.24 | 0.94 | 0.22 | 44.76 | 0.9 | 0.41 |
| Hex | C8 | 98 | B | 0 | 18 | 5E | 16 | 2D | 5A | 29 |
| Octal | 310 | 230 | 13 | 0 | 30 | 136 | 26 | 55 | 132 | 51 |
| Binary | 11001000 | 10011000 | 1011 | 0 | 11000 | 1011110 | 10110 | 101101 | 1011010 | 101001 |
Color Harmonies of #C8980B
Complementary color
Monochromatic Colors of #C8980B
Black with #C8980B
Text Example
Text Example
White with #C8980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8980B; }
p { color: rgb(200,152,11); }
H1.HeaderClassName
{
color: #C8980B;
}
.AnyTagClassName
{
color: #C8980B;
}
</style>
background-color css
<style>
a { background-color: #C8980B; }
a { background-color: rgb(200,152,11); }
div.DivClassName
{
background-color: #C8980B;
}
.BgClassName
{
background-color: #C8980B;
}
</style>
border-color css
<style>
span { border-color: #C8980B; }
span { border-color: rgb(200,152,11); }
td.TdClassName
{
border-color: #C8980B;
}
.TagClassName
{
border-color: #C8980B;
}
</style>