Shades of Old Gold #C8AA3C
Tints of Old Gold #C8AA3C
RGB
CMYK
RGB Variations
Color information
#C8AA3C (or 0xC8AA3C) is known color: Old Gold. HEX triplet: C8, AA and 3C. RGB value is (200,170,60). Sum of RGB (Red+Green+Blue) = 200+170+60=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA3C is #3755C3. Grayscale: #A6A6A6. Windows color (decimal): -3626436 or 3975880. OLE color: 3975880.
HSL color Cylindrical-coordinate representation of color #C8AA3C: hue angle of 47.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8AA3C is Cyan = 0, Magento = 0.15, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 60 | - |
| CMYK | 0 | 0.15 | 0.7 | 0.22 |
| HSL | 47.14º | 0.56% | 0.51% | - |
| HSV(B) | 47.14º | 0.7% | 0.78% | - |
| XYZ | 39.01 | 41.36 | 10.2 | - |
| YUV | 166.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 60 | 0 | 0.15 | 0.7 | 0.22 | 47.14 | 0.56 | 0.51 |
| Hex | C8 | AA | 3C | 0 | F | 46 | 16 | 2F | 38 | 33 |
| Octal | 310 | 252 | 74 | 0 | 17 | 106 | 26 | 57 | 70 | 63 |
| Binary | 11001000 | 10101010 | 111100 | 0 | 1111 | 1000110 | 10110 | 101111 | 111000 | 110011 |
Color Harmonies of #C8AA3C
Complementary color
Monochromatic Colors of #C8AA3C
Black with #C8AA3C
Text Example
Text Example
White with #C8AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA3C; }
p { color: rgb(200,170,60); }
H1.HeaderClassName
{
color: #C8AA3C;
}
.AnyTagClassName
{
color: #C8AA3C;
}
</style>
background-color css
<style>
a { background-color: #C8AA3C; }
a { background-color: rgb(200,170,60); }
div.DivClassName
{
background-color: #C8AA3C;
}
.BgClassName
{
background-color: #C8AA3C;
}
</style>
border-color css
<style>
span { border-color: #C8AA3C; }
span { border-color: rgb(200,170,60); }
td.TdClassName
{
border-color: #C8AA3C;
}
.TagClassName
{
border-color: #C8AA3C;
}
</style>