Shades of Old Gold #C8AB3E
Tints of Old Gold #C8AB3E
RGB
CMYK
RGB Variations
Color information
#C8AB3E (or 0xC8AB3E) is known color: Old Gold. HEX triplet: C8, AB and 3E. RGB value is (200,171,62). Sum of RGB (Red+Green+Blue) = 200+171+62=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB3E is #3754C1. Grayscale: #A7A7A7. Windows color (decimal): -3626178 or 4107208. OLE color: 4107208.
HSL color Cylindrical-coordinate representation of color #C8AB3E: hue angle of 47.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8AB3E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 62 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.22 |
| HSL | 47.39º | 0.56% | 0.51% | - |
| HSV(B) | 47.39º | 0.69% | 0.78% | - |
| XYZ | 39.25 | 41.75 | 10.55 | - |
| YUV | 167.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 62 | 0 | 0.14 | 0.69 | 0.22 | 47.39 | 0.56 | 0.51 |
| Hex | C8 | AB | 3E | 0 | E | 45 | 16 | 2F | 38 | 33 |
| Octal | 310 | 253 | 76 | 0 | 16 | 105 | 26 | 57 | 70 | 63 |
| Binary | 11001000 | 10101011 | 111110 | 0 | 1110 | 1000101 | 10110 | 101111 | 111000 | 110011 |
Color Harmonies of #C8AB3E
Complementary color
Monochromatic Colors of #C8AB3E
Black with #C8AB3E
Text Example
Text Example
White with #C8AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB3E; }
p { color: rgb(200,171,62); }
H1.HeaderClassName
{
color: #C8AB3E;
}
.AnyTagClassName
{
color: #C8AB3E;
}
</style>
background-color css
<style>
a { background-color: #C8AB3E; }
a { background-color: rgb(200,171,62); }
div.DivClassName
{
background-color: #C8AB3E;
}
.BgClassName
{
background-color: #C8AB3E;
}
</style>
border-color css
<style>
span { border-color: #C8AB3E; }
span { border-color: rgb(200,171,62); }
td.TdClassName
{
border-color: #C8AB3E;
}
.TagClassName
{
border-color: #C8AB3E;
}
</style>