Shades of Buddha Gold #C89720
Tints of Buddha Gold #C89720
RGB
CMYK
RGB Variations
Color information
#C89720 (or 0xC89720) is known color: Buddha Gold. HEX triplet: C8, 97 and 20. RGB value is (200,151,32). Sum of RGB (Red+Green+Blue) = 200+151+32=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C89720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89720 is #3768DF. Grayscale: #989898. Windows color (decimal): -3631328 or 2136008. OLE color: 2136008.
HSL color Cylindrical-coordinate representation of color #C89720: hue angle of 42.5º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C89720 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 32 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.22 |
| HSL | 42.5º | 0.72% | 0.45% | - |
| HSV(B) | 42.5º | 0.84% | 0.78% | - |
| XYZ | 35.15 | 34.52 | 6.18 | - |
| YUV | 152.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 32 | 0 | 0.24 | 0.84 | 0.22 | 42.5 | 0.72 | 0.45 |
| Hex | C8 | 97 | 20 | 0 | 18 | 54 | 16 | 2A | 48 | 2D |
| Octal | 310 | 227 | 40 | 0 | 30 | 124 | 26 | 52 | 110 | 55 |
| Binary | 11001000 | 10010111 | 100000 | 0 | 11000 | 1010100 | 10110 | 101010 | 1001000 | 101101 |
Color Harmonies of #C89720
Complementary color
Monochromatic Colors of #C89720
Black with #C89720
Text Example
Text Example
White with #C89720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89720; }
p { color: rgb(200,151,32); }
H1.HeaderClassName
{
color: #C89720;
}
.AnyTagClassName
{
color: #C89720;
}
</style>
background-color css
<style>
a { background-color: #C89720; }
a { background-color: rgb(200,151,32); }
div.DivClassName
{
background-color: #C89720;
}
.BgClassName
{
background-color: #C89720;
}
</style>
border-color css
<style>
span { border-color: #C89720; }
span { border-color: rgb(200,151,32); }
td.TdClassName
{
border-color: #C89720;
}
.TagClassName
{
border-color: #C89720;
}
</style>