Shades of Buddha Gold #C8980C
Tints of Buddha Gold #C8980C
RGB
CMYK
RGB Variations
Color information
#C8980C (or 0xC8980C) is known color: Buddha Gold. HEX triplet: C8, 98 and 0C. RGB value is (200,152,12). Sum of RGB (Red+Green+Blue) = 200+152+12=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8980C is #3767F3. Grayscale: #979797. Windows color (decimal): -3631092 or 825544. OLE color: 825544.
HSL color Cylindrical-coordinate representation of color #C8980C: hue angle of 44.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8980C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 12 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.22 |
| HSL | 44.68º | 0.89% | 0.42% | - |
| HSV(B) | 44.68º | 0.94% | 0.78% | - |
| XYZ | 35.11 | 34.76 | 5.21 | - |
| YUV | 150.39 | 49.9 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 12 | 0 | 0.24 | 0.94 | 0.22 | 44.68 | 0.89 | 0.42 |
| Hex | C8 | 98 | C | 0 | 18 | 5E | 16 | 2D | 59 | 2A |
| Octal | 310 | 230 | 14 | 0 | 30 | 136 | 26 | 55 | 131 | 52 |
| Binary | 11001000 | 10011000 | 1100 | 0 | 11000 | 1011110 | 10110 | 101101 | 1011001 | 101010 |
Color Harmonies of #C8980C
Complementary color
Monochromatic Colors of #C8980C
Black with #C8980C
Text Example
Text Example
White with #C8980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8980C; }
p { color: rgb(200,152,12); }
H1.HeaderClassName
{
color: #C8980C;
}
.AnyTagClassName
{
color: #C8980C;
}
</style>
background-color css
<style>
a { background-color: #C8980C; }
a { background-color: rgb(200,152,12); }
div.DivClassName
{
background-color: #C8980C;
}
.BgClassName
{
background-color: #C8980C;
}
</style>
border-color css
<style>
span { border-color: #C8980C; }
span { border-color: rgb(200,152,12); }
td.TdClassName
{
border-color: #C8980C;
}
.TagClassName
{
border-color: #C8980C;
}
</style>