Shades of Old Gold #C7AF3C
Tints of Old Gold #C7AF3C
RGB
CMYK
RGB Variations
Color information
#C7AF3C (or 0xC7AF3C) is known color: Old Gold. HEX triplet: C7, AF and 3C. RGB value is (199,175,60). Sum of RGB (Red+Green+Blue) = 199+175+60=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF3C is #3850C3. Grayscale: #A9A9A9. Windows color (decimal): -3690692 or 3977159. OLE color: 3977159.
HSL color Cylindrical-coordinate representation of color #C7AF3C: hue angle of 49.64º degrees, saturation: 0.55, 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 #C7AF3C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 175 | 60 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.22 |
| HSL | 49.64º | 0.55% | 0.51% | - |
| HSV(B) | 49.64º | 0.7% | 0.78% | - |
| XYZ | 39.7 | 43.13 | 10.51 | - |
| YUV | 169.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 175 | 60 | 0 | 0.12 | 0.70 | 0.22 | 49.64 | 0.55 | 0.51 |
| Hex | C7 | AF | 3C | 0 | C | 46 | 16 | 32 | 37 | 33 |
| Octal | 307 | 257 | 74 | 0 | 14 | 106 | 26 | 62 | 67 | 63 |
| Binary | 11000111 | 10101111 | 111100 | 0 | 1100 | 1000110 | 10110 | 110010 | 110111 | 110011 |
Color Harmonies of #C7AF3C
Complementary color
Monochromatic Colors of #C7AF3C
Black with #C7AF3C
Text Example
Text Example
White with #C7AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AF3C; }
p { color: rgb(199,175,60); }
H1.HeaderClassName
{
color: #C7AF3C;
}
.AnyTagClassName
{
color: #C7AF3C;
}
</style>
background-color css
<style>
a { background-color: #C7AF3C; }
a { background-color: rgb(199,175,60); }
div.DivClassName
{
background-color: #C7AF3C;
}
.BgClassName
{
background-color: #C7AF3C;
}
</style>
border-color css
<style>
span { border-color: #C7AF3C; }
span { border-color: rgb(199,175,60); }
td.TdClassName
{
border-color: #C7AF3C;
}
.TagClassName
{
border-color: #C7AF3C;
}
</style>