Shades of Old Gold #C8AB39
Tints of Old Gold #C8AB39
RGB
CMYK
RGB Variations
Color information
#C8AB39 (or 0xC8AB39) is known color: Old Gold. HEX triplet: C8, AB and 39. RGB value is (200,171,57). Sum of RGB (Red+Green+Blue) = 200+171+57=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB39 is #3754C6. Grayscale: #A7A7A7. Windows color (decimal): -3626183 or 3779528. OLE color: 3779528.
HSL color Cylindrical-coordinate representation of color #C8AB39: hue angle of 47.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8AB39 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 57 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.22 |
| HSL | 47.83º | 0.57% | 0.5% | - |
| HSV(B) | 47.83º | 0.72% | 0.78% | - |
| XYZ | 39.12 | 41.7 | 9.86 | - |
| YUV | 166.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 57 | 0 | 0.14 | 0.72 | 0.22 | 47.83 | 0.57 | 0.5 |
| Hex | C8 | AB | 39 | 0 | E | 48 | 16 | 30 | 39 | 32 |
| Octal | 310 | 253 | 71 | 0 | 16 | 110 | 26 | 60 | 71 | 62 |
| Binary | 11001000 | 10101011 | 111001 | 0 | 1110 | 1001000 | 10110 | 110000 | 111001 | 110010 |
Color Harmonies of #C8AB39
Complementary color
Monochromatic Colors of #C8AB39
Black with #C8AB39
Text Example
Text Example
White with #C8AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB39; }
p { color: rgb(200,171,57); }
H1.HeaderClassName
{
color: #C8AB39;
}
.AnyTagClassName
{
color: #C8AB39;
}
</style>
background-color css
<style>
a { background-color: #C8AB39; }
a { background-color: rgb(200,171,57); }
div.DivClassName
{
background-color: #C8AB39;
}
.BgClassName
{
background-color: #C8AB39;
}
</style>
border-color css
<style>
span { border-color: #C8AB39; }
span { border-color: rgb(200,171,57); }
td.TdClassName
{
border-color: #C8AB39;
}
.TagClassName
{
border-color: #C8AB39;
}
</style>