Shades of Buddha Gold #C89B13
Tints of Buddha Gold #C89B13
RGB
CMYK
RGB Variations
Color information
#C89B13 (or 0xC89B13) is known color: Buddha Gold. HEX triplet: C8, 9B and 13. RGB value is (200,155,19). Sum of RGB (Red+Green+Blue) = 200+155+19=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B13 is #3764EC. Grayscale: #999999. Windows color (decimal): -3630317 or 1285064. OLE color: 1285064.
HSL color Cylindrical-coordinate representation of color #C89B13: hue angle of 45.08º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89B13 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 19 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.22 |
| HSL | 45.08º | 0.83% | 0.43% | - |
| HSV(B) | 45.08º | 0.91% | 0.78% | - |
| XYZ | 35.66 | 35.77 | 5.64 | - |
| YUV | 152.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 19 | 0 | 0.22 | 0.90 | 0.22 | 45.08 | 0.83 | 0.43 |
| Hex | C8 | 9B | 13 | 0 | 16 | 5A | 16 | 2D | 53 | 2B |
| Octal | 310 | 233 | 23 | 0 | 26 | 132 | 26 | 55 | 123 | 53 |
| Binary | 11001000 | 10011011 | 10011 | 0 | 10110 | 1011010 | 10110 | 101101 | 1010011 | 101011 |
Color Harmonies of #C89B13
Complementary color
Monochromatic Colors of #C89B13
Black with #C89B13
Text Example
Text Example
White with #C89B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B13; }
p { color: rgb(200,155,19); }
H1.HeaderClassName
{
color: #C89B13;
}
.AnyTagClassName
{
color: #C89B13;
}
</style>
background-color css
<style>
a { background-color: #C89B13; }
a { background-color: rgb(200,155,19); }
div.DivClassName
{
background-color: #C89B13;
}
.BgClassName
{
background-color: #C89B13;
}
</style>
border-color css
<style>
span { border-color: #C89B13; }
span { border-color: rgb(200,155,19); }
td.TdClassName
{
border-color: #C89B13;
}
.TagClassName
{
border-color: #C89B13;
}
</style>