Shades of Buddha Gold #C8981F
Tints of Buddha Gold #C8981F
RGB
CMYK
RGB Variations
Color information
#C8981F (or 0xC8981F) is known color: Buddha Gold. HEX triplet: C8, 98 and 1F. RGB value is (200,152,31). Sum of RGB (Red+Green+Blue) = 200+152+31=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8981F is #3767E0. Grayscale: #999999. Windows color (decimal): -3631073 or 2070728. OLE color: 2070728.
HSL color Cylindrical-coordinate representation of color #C8981F: hue angle of 42.96º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8981F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 31 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.22 |
| HSL | 42.96º | 0.73% | 0.45% | - |
| HSV(B) | 42.96º | 0.85% | 0.78% | - |
| XYZ | 35.29 | 34.83 | 6.16 | - |
| YUV | 152.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 31 | 0 | 0.24 | 0.84 | 0.22 | 42.96 | 0.73 | 0.45 |
| Hex | C8 | 98 | 1F | 0 | 18 | 54 | 16 | 2B | 49 | 2D |
| Octal | 310 | 230 | 37 | 0 | 30 | 124 | 26 | 53 | 111 | 55 |
| Binary | 11001000 | 10011000 | 11111 | 0 | 11000 | 1010100 | 10110 | 101011 | 1001001 | 101101 |
Color Harmonies of #C8981F
Complementary color
Monochromatic Colors of #C8981F
Black with #C8981F
Text Example
Text Example
White with #C8981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8981F; }
p { color: rgb(200,152,31); }
H1.HeaderClassName
{
color: #C8981F;
}
.AnyTagClassName
{
color: #C8981F;
}
</style>
background-color css
<style>
a { background-color: #C8981F; }
a { background-color: rgb(200,152,31); }
div.DivClassName
{
background-color: #C8981F;
}
.BgClassName
{
background-color: #C8981F;
}
</style>
border-color css
<style>
span { border-color: #C8981F; }
span { border-color: rgb(200,152,31); }
td.TdClassName
{
border-color: #C8981F;
}
.TagClassName
{
border-color: #C8981F;
}
</style>