Shades of Buddha Gold #C89C00
Tints of Buddha Gold #C89C00
RGB
CMYK
RGB Variations
Color information
#C89C00 (or 0xC89C00) is known color: Buddha Gold. HEX triplet: C8, 9C and 00. RGB value is (200,156,0). Sum of RGB (Red+Green+Blue) = 200+156+0=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89C00 is #3763FF. Grayscale: #989898. Windows color (decimal): -3630080 or 40136. OLE color: 40136.
HSL color Cylindrical-coordinate representation of color #C89C00: hue angle of 46.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C89C00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.22 |
| HSL | 46.8º | 1% | 0.39% | - |
| HSV(B) | 46.8º | 1% | 0.78% | - |
| XYZ | 35.71 | 36.06 | 5.08 | - |
| YUV | 151.37 | 42.58 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 0 | 0 | 0.22 | 1 | 0.22 | 46.8 | 1 | 0.39 |
| Hex | C8 | 9C | 0 | 0 | 16 | 64 | 16 | 2F | 64 | 27 |
| Octal | 310 | 234 | 0 | 0 | 26 | 144 | 26 | 57 | 144 | 47 |
| Binary | 11001000 | 10011100 | 0 | 0 | 10110 | 1100100 | 10110 | 101111 | 1100100 | 100111 |
Color Harmonies of #C89C00
Complementary color
Monochromatic Colors of #C89C00
Black with #C89C00
Text Example
Text Example
White with #C89C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C00; }
p { color: rgb(200,156,0); }
H1.HeaderClassName
{
color: #C89C00;
}
.AnyTagClassName
{
color: #C89C00;
}
</style>
background-color css
<style>
a { background-color: #C89C00; }
a { background-color: rgb(200,156,0); }
div.DivClassName
{
background-color: #C89C00;
}
.BgClassName
{
background-color: #C89C00;
}
</style>
border-color css
<style>
span { border-color: #C89C00; }
span { border-color: rgb(200,156,0); }
td.TdClassName
{
border-color: #C89C00;
}
.TagClassName
{
border-color: #C89C00;
}
</style>