Shades of Buddha Gold #C89C0F
Tints of Buddha Gold #C89C0F
RGB
CMYK
RGB Variations
Color information
#C89C0F (or 0xC89C0F) is known color: Buddha Gold. HEX triplet: C8, 9C and 0F. RGB value is (200,156,15). Sum of RGB (Red+Green+Blue) = 200+156+15=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89C0F is #3763F0. Grayscale: #999999. Windows color (decimal): -3630065 or 1023176. OLE color: 1023176.
HSL color Cylindrical-coordinate representation of color #C89C0F: hue angle of 45.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C89C0F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 15 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.22 |
| HSL | 45.73º | 0.86% | 0.42% | - |
| HSV(B) | 45.73º | 0.93% | 0.78% | - |
| XYZ | 35.79 | 36.09 | 5.53 | - |
| YUV | 153.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 15 | 0 | 0.22 | 0.92 | 0.22 | 45.73 | 0.86 | 0.42 |
| Hex | C8 | 9C | F | 0 | 16 | 5C | 16 | 2E | 56 | 2A |
| Octal | 310 | 234 | 17 | 0 | 26 | 134 | 26 | 56 | 126 | 52 |
| Binary | 11001000 | 10011100 | 1111 | 0 | 10110 | 1011100 | 10110 | 101110 | 1010110 | 101010 |
Color Harmonies of #C89C0F
Complementary color
Monochromatic Colors of #C89C0F
Black with #C89C0F
Text Example
Text Example
White with #C89C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C0F; }
p { color: rgb(200,156,15); }
H1.HeaderClassName
{
color: #C89C0F;
}
.AnyTagClassName
{
color: #C89C0F;
}
</style>
background-color css
<style>
a { background-color: #C89C0F; }
a { background-color: rgb(200,156,15); }
div.DivClassName
{
background-color: #C89C0F;
}
.BgClassName
{
background-color: #C89C0F;
}
</style>
border-color css
<style>
span { border-color: #C89C0F; }
span { border-color: rgb(200,156,15); }
td.TdClassName
{
border-color: #C89C0F;
}
.TagClassName
{
border-color: #C89C0F;
}
</style>