Shades of Buddha Gold #C89F25
Tints of Buddha Gold #C89F25
RGB
CMYK
RGB Variations
Color information
#C89F25 (or 0xC89F25) is known color: Buddha Gold. HEX triplet: C8, 9F and 25. RGB value is (200,159,37). Sum of RGB (Red+Green+Blue) = 200+159+37=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F25 is #3760DA. Grayscale: #9D9D9D. Windows color (decimal): -3629275 or 2465736. OLE color: 2465736.
HSL color Cylindrical-coordinate representation of color #C89F25: hue angle of 44.91º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C89F25 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 37 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.22 |
| HSL | 44.91º | 0.69% | 0.46% | - |
| HSV(B) | 44.91º | 0.82% | 0.78% | - |
| XYZ | 36.55 | 37.21 | 7.01 | - |
| YUV | 157.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 37 | 0 | 0.20 | 0.82 | 0.22 | 44.91 | 0.69 | 0.46 |
| Hex | C8 | 9F | 25 | 0 | 14 | 52 | 16 | 2D | 45 | 2E |
| Octal | 310 | 237 | 45 | 0 | 24 | 122 | 26 | 55 | 105 | 56 |
| Binary | 11001000 | 10011111 | 100101 | 0 | 10100 | 1010010 | 10110 | 101101 | 1000101 | 101110 |
Color Harmonies of #C89F25
Complementary color
Monochromatic Colors of #C89F25
Black with #C89F25
Text Example
Text Example
White with #C89F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F25; }
p { color: rgb(200,159,37); }
H1.HeaderClassName
{
color: #C89F25;
}
.AnyTagClassName
{
color: #C89F25;
}
</style>
background-color css
<style>
a { background-color: #C89F25; }
a { background-color: rgb(200,159,37); }
div.DivClassName
{
background-color: #C89F25;
}
.BgClassName
{
background-color: #C89F25;
}
</style>
border-color css
<style>
span { border-color: #C89F25; }
span { border-color: rgb(200,159,37); }
td.TdClassName
{
border-color: #C89F25;
}
.TagClassName
{
border-color: #C89F25;
}
</style>