Shades of Metallic Gold #C89F36
Tints of Metallic Gold #C89F36
RGB
CMYK
RGB Variations
Color information
#C89F36 (or 0xC89F36) is known color: Metallic Gold. HEX triplet: C8, 9F and 36. RGB value is (200,159,54). Sum of RGB (Red+Green+Blue) = 200+159+54=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F36 is #3760C9. Grayscale: #9F9F9F. Windows color (decimal): -3629258 or 3579848. OLE color: 3579848.
HSL color Cylindrical-coordinate representation of color #C89F36: hue angle of 43.15º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C89F36 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 54 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.22 |
| HSL | 43.15º | 0.57% | 0.5% | - |
| HSV(B) | 43.15º | 0.73% | 0.78% | - |
| XYZ | 36.88 | 37.34 | 8.75 | - |
| YUV | 159.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 54 | 0 | 0.20 | 0.73 | 0.22 | 43.15 | 0.57 | 0.5 |
| Hex | C8 | 9F | 36 | 0 | 14 | 49 | 16 | 2B | 39 | 32 |
| Octal | 310 | 237 | 66 | 0 | 24 | 111 | 26 | 53 | 71 | 62 |
| Binary | 11001000 | 10011111 | 110110 | 0 | 10100 | 1001001 | 10110 | 101011 | 111001 | 110010 |
Color Harmonies of #C89F36
Complementary color
Monochromatic Colors of #C89F36
Black with #C89F36
Text Example
Text Example
White with #C89F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F36; }
p { color: rgb(200,159,54); }
H1.HeaderClassName
{
color: #C89F36;
}
.AnyTagClassName
{
color: #C89F36;
}
</style>
background-color css
<style>
a { background-color: #C89F36; }
a { background-color: rgb(200,159,54); }
div.DivClassName
{
background-color: #C89F36;
}
.BgClassName
{
background-color: #C89F36;
}
</style>
border-color css
<style>
span { border-color: #C89F36; }
span { border-color: rgb(200,159,54); }
td.TdClassName
{
border-color: #C89F36;
}
.TagClassName
{
border-color: #C89F36;
}
</style>