Shades of Buddha Gold #C89B15
Tints of Buddha Gold #C89B15
RGB
CMYK
RGB Variations
Color information
#C89B15 (or 0xC89B15) is known color: Buddha Gold. HEX triplet: C8, 9B and 15. RGB value is (200,155,21). Sum of RGB (Red+Green+Blue) = 200+155+21=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B15 is #3764EA. Grayscale: #999999. Windows color (decimal): -3630315 or 1416136. OLE color: 1416136.
HSL color Cylindrical-coordinate representation of color #C89B15: hue angle of 44.92º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C89B15 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 21 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.22 |
| HSL | 44.92º | 0.81% | 0.43% | - |
| HSV(B) | 44.92º | 0.9% | 0.78% | - |
| XYZ | 35.68 | 35.78 | 5.73 | - |
| YUV | 153.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 21 | 0 | 0.22 | 0.90 | 0.22 | 44.92 | 0.81 | 0.43 |
| Hex | C8 | 9B | 15 | 0 | 16 | 5A | 16 | 2D | 51 | 2B |
| Octal | 310 | 233 | 25 | 0 | 26 | 132 | 26 | 55 | 121 | 53 |
| Binary | 11001000 | 10011011 | 10101 | 0 | 10110 | 1011010 | 10110 | 101101 | 1010001 | 101011 |
Color Harmonies of #C89B15
Complementary color
Monochromatic Colors of #C89B15
Black with #C89B15
Text Example
Text Example
White with #C89B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B15; }
p { color: rgb(200,155,21); }
H1.HeaderClassName
{
color: #C89B15;
}
.AnyTagClassName
{
color: #C89B15;
}
</style>
background-color css
<style>
a { background-color: #C89B15; }
a { background-color: rgb(200,155,21); }
div.DivClassName
{
background-color: #C89B15;
}
.BgClassName
{
background-color: #C89B15;
}
</style>
border-color css
<style>
span { border-color: #C89B15; }
span { border-color: rgb(200,155,21); }
td.TdClassName
{
border-color: #C89B15;
}
.TagClassName
{
border-color: #C89B15;
}
</style>