Shades of Buddha Gold #C89812
Tints of Buddha Gold #C89812
RGB
CMYK
RGB Variations
Color information
#C89812 (or 0xC89812) is known color: Buddha Gold. HEX triplet: C8, 98 and 12. RGB value is (200,152,18). Sum of RGB (Red+Green+Blue) = 200+152+18=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C89812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89812 is #3767ED. Grayscale: #979797. Windows color (decimal): -3631086 or 1218760. OLE color: 1218760.
HSL color Cylindrical-coordinate representation of color #C89812: hue angle of 44.18º 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 #C89812 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 18 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.22 |
| HSL | 44.18º | 0.83% | 0.43% | - |
| HSV(B) | 44.18º | 0.91% | 0.78% | - |
| XYZ | 35.16 | 34.78 | 5.43 | - |
| YUV | 151.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 18 | 0 | 0.24 | 0.91 | 0.22 | 44.18 | 0.83 | 0.43 |
| Hex | C8 | 98 | 12 | 0 | 18 | 5B | 16 | 2C | 53 | 2B |
| Octal | 310 | 230 | 22 | 0 | 30 | 133 | 26 | 54 | 123 | 53 |
| Binary | 11001000 | 10011000 | 10010 | 0 | 11000 | 1011011 | 10110 | 101100 | 1010011 | 101011 |
Color Harmonies of #C89812
Complementary color
Monochromatic Colors of #C89812
Black with #C89812
Text Example
Text Example
White with #C89812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89812; }
p { color: rgb(200,152,18); }
H1.HeaderClassName
{
color: #C89812;
}
.AnyTagClassName
{
color: #C89812;
}
</style>
background-color css
<style>
a { background-color: #C89812; }
a { background-color: rgb(200,152,18); }
div.DivClassName
{
background-color: #C89812;
}
.BgClassName
{
background-color: #C89812;
}
</style>
border-color css
<style>
span { border-color: #C89812; }
span { border-color: rgb(200,152,18); }
td.TdClassName
{
border-color: #C89812;
}
.TagClassName
{
border-color: #C89812;
}
</style>