Shades of Buddha Gold #C89B10
Tints of Buddha Gold #C89B10
RGB
CMYK
RGB Variations
Color information
#C89B10 (or 0xC89B10) is known color: Buddha Gold. HEX triplet: C8, 9B and 10. RGB value is (200,155,16). Sum of RGB (Red+Green+Blue) = 200+155+16=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B10 is #3764EF. Grayscale: #999999. Windows color (decimal): -3630320 or 1088456. OLE color: 1088456.
HSL color Cylindrical-coordinate representation of color #C89B10: hue angle of 45.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C89B10 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 16 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.22 |
| HSL | 45.33º | 0.85% | 0.42% | - |
| HSV(B) | 45.33º | 0.92% | 0.78% | - |
| XYZ | 35.63 | 35.76 | 5.51 | - |
| YUV | 152.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 16 | 0 | 0.22 | 0.92 | 0.22 | 45.33 | 0.85 | 0.42 |
| Hex | C8 | 9B | 10 | 0 | 16 | 5C | 16 | 2D | 55 | 2A |
| Octal | 310 | 233 | 20 | 0 | 26 | 134 | 26 | 55 | 125 | 52 |
| Binary | 11001000 | 10011011 | 10000 | 0 | 10110 | 1011100 | 10110 | 101101 | 1010101 | 101010 |
Color Harmonies of #C89B10
Complementary color
Monochromatic Colors of #C89B10
Black with #C89B10
Text Example
Text Example
White with #C89B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B10; }
p { color: rgb(200,155,16); }
H1.HeaderClassName
{
color: #C89B10;
}
.AnyTagClassName
{
color: #C89B10;
}
</style>
background-color css
<style>
a { background-color: #C89B10; }
a { background-color: rgb(200,155,16); }
div.DivClassName
{
background-color: #C89B10;
}
.BgClassName
{
background-color: #C89B10;
}
</style>
border-color css
<style>
span { border-color: #C89B10; }
span { border-color: rgb(200,155,16); }
td.TdClassName
{
border-color: #C89B10;
}
.TagClassName
{
border-color: #C89B10;
}
</style>