Shades of Buddha Gold #C89C1A
Tints of Buddha Gold #C89C1A
RGB
CMYK
RGB Variations
Color information
#C89C1A (or 0xC89C1A) is known color: Buddha Gold. HEX triplet: C8, 9C and 1A. RGB value is (200,156,26). Sum of RGB (Red+Green+Blue) = 200+156+26=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C1A is #3763E5. Grayscale: #9A9A9A. Windows color (decimal): -3630054 or 1744072. OLE color: 1744072.
HSL color Cylindrical-coordinate representation of color #C89C1A: hue angle of 44.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C89C1A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 26 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.22 |
| HSL | 44.83º | 0.77% | 0.44% | - |
| HSV(B) | 44.83º | 0.87% | 0.78% | - |
| XYZ | 35.89 | 36.13 | 6.06 | - |
| YUV | 154.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 26 | 0 | 0.22 | 0.87 | 0.22 | 44.83 | 0.77 | 0.44 |
| Hex | C8 | 9C | 1A | 0 | 16 | 57 | 16 | 2D | 4D | 2C |
| Octal | 310 | 234 | 32 | 0 | 26 | 127 | 26 | 55 | 115 | 54 |
| Binary | 11001000 | 10011100 | 11010 | 0 | 10110 | 1010111 | 10110 | 101101 | 1001101 | 101100 |
Color Harmonies of #C89C1A
Complementary color
Monochromatic Colors of #C89C1A
Black with #C89C1A
Text Example
Text Example
White with #C89C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C1A; }
p { color: rgb(200,156,26); }
H1.HeaderClassName
{
color: #C89C1A;
}
.AnyTagClassName
{
color: #C89C1A;
}
</style>
background-color css
<style>
a { background-color: #C89C1A; }
a { background-color: rgb(200,156,26); }
div.DivClassName
{
background-color: #C89C1A;
}
.BgClassName
{
background-color: #C89C1A;
}
</style>
border-color css
<style>
span { border-color: #C89C1A; }
span { border-color: rgb(200,156,26); }
td.TdClassName
{
border-color: #C89C1A;
}
.TagClassName
{
border-color: #C89C1A;
}
</style>