Shades of Buddha Gold #C89813
Tints of Buddha Gold #C89813
RGB
CMYK
RGB Variations
Color information
#C89813 (or 0xC89813) is known color: Buddha Gold. HEX triplet: C8, 98 and 13. RGB value is (200,152,19). Sum of RGB (Red+Green+Blue) = 200+152+19=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89813 is #3767EC. Grayscale: #979797. Windows color (decimal): -3631085 or 1284296. OLE color: 1284296.
HSL color Cylindrical-coordinate representation of color #C89813: hue angle of 44.09º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89813 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 19 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.22 |
| HSL | 44.09º | 0.83% | 0.43% | - |
| HSV(B) | 44.09º | 0.91% | 0.78% | - |
| XYZ | 35.17 | 34.78 | 5.48 | - |
| YUV | 151.19 | 53.4 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 19 | 0 | 0.24 | 0.90 | 0.22 | 44.09 | 0.83 | 0.43 |
| Hex | C8 | 98 | 13 | 0 | 18 | 5A | 16 | 2C | 53 | 2B |
| Octal | 310 | 230 | 23 | 0 | 30 | 132 | 26 | 54 | 123 | 53 |
| Binary | 11001000 | 10011000 | 10011 | 0 | 11000 | 1011010 | 10110 | 101100 | 1010011 | 101011 |
Color Harmonies of #C89813
Complementary color
Monochromatic Colors of #C89813
Black with #C89813
Text Example
Text Example
White with #C89813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89813; }
p { color: rgb(200,152,19); }
H1.HeaderClassName
{
color: #C89813;
}
.AnyTagClassName
{
color: #C89813;
}
</style>
background-color css
<style>
a { background-color: #C89813; }
a { background-color: rgb(200,152,19); }
div.DivClassName
{
background-color: #C89813;
}
.BgClassName
{
background-color: #C89813;
}
</style>
border-color css
<style>
span { border-color: #C89813; }
span { border-color: rgb(200,152,19); }
td.TdClassName
{
border-color: #C89813;
}
.TagClassName
{
border-color: #C89813;
}
</style>