Shades of Buddha Gold #C8981B
Tints of Buddha Gold #C8981B
RGB
CMYK
RGB Variations
Color information
#C8981B (or 0xC8981B) is known color: Buddha Gold. HEX triplet: C8, 98 and 1B. RGB value is (200,152,27). Sum of RGB (Red+Green+Blue) = 200+152+27=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8981B is #3767E4. Grayscale: #989898. Windows color (decimal): -3631077 or 1808584. OLE color: 1808584.
HSL color Cylindrical-coordinate representation of color #C8981B: hue angle of 43.35º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8981B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 27 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.22 |
| HSL | 43.35º | 0.76% | 0.45% | - |
| HSV(B) | 43.35º | 0.87% | 0.78% | - |
| XYZ | 35.25 | 34.81 | 5.9 | - |
| YUV | 152.1 | 57.4 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 27 | 0 | 0.24 | 0.86 | 0.22 | 43.35 | 0.76 | 0.45 |
| Hex | C8 | 98 | 1B | 0 | 18 | 56 | 16 | 2B | 4C | 2D |
| Octal | 310 | 230 | 33 | 0 | 30 | 126 | 26 | 53 | 114 | 55 |
| Binary | 11001000 | 10011000 | 11011 | 0 | 11000 | 1010110 | 10110 | 101011 | 1001100 | 101101 |
Color Harmonies of #C8981B
Complementary color
Monochromatic Colors of #C8981B
Black with #C8981B
Text Example
Text Example
White with #C8981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8981B; }
p { color: rgb(200,152,27); }
H1.HeaderClassName
{
color: #C8981B;
}
.AnyTagClassName
{
color: #C8981B;
}
</style>
background-color css
<style>
a { background-color: #C8981B; }
a { background-color: rgb(200,152,27); }
div.DivClassName
{
background-color: #C8981B;
}
.BgClassName
{
background-color: #C8981B;
}
</style>
border-color css
<style>
span { border-color: #C8981B; }
span { border-color: rgb(200,152,27); }
td.TdClassName
{
border-color: #C8981B;
}
.TagClassName
{
border-color: #C8981B;
}
</style>