Shades of Buddha Gold #C89416
Tints of Buddha Gold #C89416
RGB
CMYK
RGB Variations
Color information
#C89416 (or 0xC89416) is known color: Buddha Gold. HEX triplet: C8, 94 and 16. RGB value is (200,148,22). Sum of RGB (Red+Green+Blue) = 200+148+22=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C89416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89416 is #376BE9. Grayscale: #959595. Windows color (decimal): -3632106 or 1479880. OLE color: 1479880.
HSL color Cylindrical-coordinate representation of color #C89416: hue angle of 42.47º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C89416 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.22 |
| HSL | 42.47º | 0.8% | 0.44% | - |
| HSV(B) | 42.47º | 0.89% | 0.78% | - |
| XYZ | 34.55 | 33.52 | 5.41 | - |
| YUV | 149.18 | 56.23 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 22 | 0 | 0.26 | 0.89 | 0.22 | 42.47 | 0.8 | 0.44 |
| Hex | C8 | 94 | 16 | 0 | 1A | 59 | 16 | 2A | 50 | 2C |
| Octal | 310 | 224 | 26 | 0 | 32 | 131 | 26 | 52 | 120 | 54 |
| Binary | 11001000 | 10010100 | 10110 | 0 | 11010 | 1011001 | 10110 | 101010 | 1010000 | 101100 |
Color Harmonies of #C89416
Complementary color
Monochromatic Colors of #C89416
Black with #C89416
Text Example
Text Example
White with #C89416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89416; }
p { color: rgb(200,148,22); }
H1.HeaderClassName
{
color: #C89416;
}
.AnyTagClassName
{
color: #C89416;
}
</style>
background-color css
<style>
a { background-color: #C89416; }
a { background-color: rgb(200,148,22); }
div.DivClassName
{
background-color: #C89416;
}
.BgClassName
{
background-color: #C89416;
}
</style>
border-color css
<style>
span { border-color: #C89416; }
span { border-color: rgb(200,148,22); }
td.TdClassName
{
border-color: #C89416;
}
.TagClassName
{
border-color: #C89416;
}
</style>