Shades of Buddha Gold #C89216
Tints of Buddha Gold #C89216
RGB
CMYK
RGB Variations
Color information
#C89216 (or 0xC89216) is known color: Buddha Gold. HEX triplet: C8, 92 and 16. RGB value is (200,146,22). Sum of RGB (Red+Green+Blue) = 200+146+22=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C89216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89216 is #376DE9. Grayscale: #949494. Windows color (decimal): -3632618 or 1479368. OLE color: 1479368.
HSL color Cylindrical-coordinate representation of color #C89216: hue angle of 41.8º 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 #C89216 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 22 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.22 |
| HSL | 41.8º | 0.8% | 0.44% | - |
| HSV(B) | 41.8º | 0.89% | 0.78% | - |
| XYZ | 34.24 | 32.9 | 5.3 | - |
| YUV | 148.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 22 | 0 | 0.27 | 0.89 | 0.22 | 41.8 | 0.8 | 0.44 |
| Hex | C8 | 92 | 16 | 0 | 1B | 59 | 16 | 2A | 50 | 2C |
| Octal | 310 | 222 | 26 | 0 | 33 | 131 | 26 | 52 | 120 | 54 |
| Binary | 11001000 | 10010010 | 10110 | 0 | 11011 | 1011001 | 10110 | 101010 | 1010000 | 101100 |
Color Harmonies of #C89216
Complementary color
Monochromatic Colors of #C89216
Black with #C89216
Text Example
Text Example
White with #C89216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89216; }
p { color: rgb(200,146,22); }
H1.HeaderClassName
{
color: #C89216;
}
.AnyTagClassName
{
color: #C89216;
}
</style>
background-color css
<style>
a { background-color: #C89216; }
a { background-color: rgb(200,146,22); }
div.DivClassName
{
background-color: #C89216;
}
.BgClassName
{
background-color: #C89216;
}
</style>
border-color css
<style>
span { border-color: #C89216; }
span { border-color: rgb(200,146,22); }
td.TdClassName
{
border-color: #C89216;
}
.TagClassName
{
border-color: #C89216;
}
</style>