Shades of Buddha Gold #C89E12
Tints of Buddha Gold #C89E12
RGB
CMYK
RGB Variations
Color information
#C89E12 (or 0xC89E12) is known color: Buddha Gold. HEX triplet: C8, 9E and 12. RGB value is (200,158,18). Sum of RGB (Red+Green+Blue) = 200+158+18=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89E12 is #3761ED. Grayscale: #9B9B9B. Windows color (decimal): -3629550 or 1220296. OLE color: 1220296.
HSL color Cylindrical-coordinate representation of color #C89E12: hue angle of 46.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C89E12 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 158 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.22 |
| HSL | 46.15º | 0.83% | 0.43% | - |
| HSV(B) | 46.15º | 0.91% | 0.78% | - |
| XYZ | 36.16 | 36.78 | 5.77 | - |
| YUV | 154.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 158 | 18 | 0 | 0.21 | 0.91 | 0.22 | 46.15 | 0.83 | 0.43 |
| Hex | C8 | 9E | 12 | 0 | 15 | 5B | 16 | 2E | 53 | 2B |
| Octal | 310 | 236 | 22 | 0 | 25 | 133 | 26 | 56 | 123 | 53 |
| Binary | 11001000 | 10011110 | 10010 | 0 | 10101 | 1011011 | 10110 | 101110 | 1010011 | 101011 |
Color Harmonies of #C89E12
Complementary color
Monochromatic Colors of #C89E12
Black with #C89E12
Text Example
Text Example
White with #C89E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89E12; }
p { color: rgb(200,158,18); }
H1.HeaderClassName
{
color: #C89E12;
}
.AnyTagClassName
{
color: #C89E12;
}
</style>
background-color css
<style>
a { background-color: #C89E12; }
a { background-color: rgb(200,158,18); }
div.DivClassName
{
background-color: #C89E12;
}
.BgClassName
{
background-color: #C89E12;
}
</style>
border-color css
<style>
span { border-color: #C89E12; }
span { border-color: rgb(200,158,18); }
td.TdClassName
{
border-color: #C89E12;
}
.TagClassName
{
border-color: #C89E12;
}
</style>