Shades of Buddha Gold #C89F26
Tints of Buddha Gold #C89F26
RGB
CMYK
RGB Variations
Color information
#C89F26 (or 0xC89F26) is known color: Buddha Gold. HEX triplet: C8, 9F and 26. RGB value is (200,159,38). Sum of RGB (Red+Green+Blue) = 200+159+38=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F26 is #3760D9. Grayscale: #9D9D9D. Windows color (decimal): -3629274 or 2531272. OLE color: 2531272.
HSL color Cylindrical-coordinate representation of color #C89F26: hue angle of 44.81º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C89F26 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 38 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.22 |
| HSL | 44.81º | 0.68% | 0.47% | - |
| HSV(B) | 44.81º | 0.81% | 0.78% | - |
| XYZ | 36.57 | 37.22 | 7.09 | - |
| YUV | 157.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 38 | 0 | 0.20 | 0.81 | 0.22 | 44.81 | 0.68 | 0.47 |
| Hex | C8 | 9F | 26 | 0 | 14 | 51 | 16 | 2D | 44 | 2F |
| Octal | 310 | 237 | 46 | 0 | 24 | 121 | 26 | 55 | 104 | 57 |
| Binary | 11001000 | 10011111 | 100110 | 0 | 10100 | 1010001 | 10110 | 101101 | 1000100 | 101111 |
Color Harmonies of #C89F26
Complementary color
Monochromatic Colors of #C89F26
Black with #C89F26
Text Example
Text Example
White with #C89F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F26; }
p { color: rgb(200,159,38); }
H1.HeaderClassName
{
color: #C89F26;
}
.AnyTagClassName
{
color: #C89F26;
}
</style>
background-color css
<style>
a { background-color: #C89F26; }
a { background-color: rgb(200,159,38); }
div.DivClassName
{
background-color: #C89F26;
}
.BgClassName
{
background-color: #C89F26;
}
</style>
border-color css
<style>
span { border-color: #C89F26; }
span { border-color: rgb(200,159,38); }
td.TdClassName
{
border-color: #C89F26;
}
.TagClassName
{
border-color: #C89F26;
}
</style>