Shades of Buddha Gold #C8980F
Tints of Buddha Gold #C8980F
RGB
CMYK
RGB Variations
Color information
#C8980F (or 0xC8980F) is known color: Buddha Gold. HEX triplet: C8, 98 and 0F. RGB value is (200,152,15). Sum of RGB (Red+Green+Blue) = 200+152+15=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C8980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8980F is #3767F0. Grayscale: #979797. Windows color (decimal): -3631089 or 1022152. OLE color: 1022152.
HSL color Cylindrical-coordinate representation of color #C8980F: hue angle of 44.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8980F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.22 |
| HSL | 44.43º | 0.86% | 0.42% | - |
| HSV(B) | 44.43º | 0.93% | 0.78% | - |
| XYZ | 35.13 | 34.77 | 5.31 | - |
| YUV | 150.73 | 51.4 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 15 | 0 | 0.24 | 0.92 | 0.22 | 44.43 | 0.86 | 0.42 |
| Hex | C8 | 98 | F | 0 | 18 | 5C | 16 | 2C | 56 | 2A |
| Octal | 310 | 230 | 17 | 0 | 30 | 134 | 26 | 54 | 126 | 52 |
| Binary | 11001000 | 10011000 | 1111 | 0 | 11000 | 1011100 | 10110 | 101100 | 1010110 | 101010 |
Color Harmonies of #C8980F
Complementary color
Monochromatic Colors of #C8980F
Black with #C8980F
Text Example
Text Example
White with #C8980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8980F; }
p { color: rgb(200,152,15); }
H1.HeaderClassName
{
color: #C8980F;
}
.AnyTagClassName
{
color: #C8980F;
}
</style>
background-color css
<style>
a { background-color: #C8980F; }
a { background-color: rgb(200,152,15); }
div.DivClassName
{
background-color: #C8980F;
}
.BgClassName
{
background-color: #C8980F;
}
</style>
border-color css
<style>
span { border-color: #C8980F; }
span { border-color: rgb(200,152,15); }
td.TdClassName
{
border-color: #C8980F;
}
.TagClassName
{
border-color: #C8980F;
}
</style>