Shades of Old Gold #C7C045
Tints of Old Gold #C7C045
RGB
CMYK
RGB Variations
Color information
#C7C045 (or 0xC7C045) is known color: Old Gold. HEX triplet: C7, C0 and 45. RGB value is (199,192,69). Sum of RGB (Red+Green+Blue) = 199+192+69=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C045 is #383FBA. Grayscale: #B4B4B4. Windows color (decimal): -3686331 or 4571335. OLE color: 4571335.
HSL color Cylindrical-coordinate representation of color #C7C045: hue angle of 56.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7C045 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 69 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.22 |
| HSL | 56.77º | 0.54% | 0.53% | - |
| HSV(B) | 56.77º | 0.65% | 0.78% | - |
| XYZ | 43.48 | 50.27 | 13.04 | - |
| YUV | 180.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 69 | 0 | 0.04 | 0.65 | 0.22 | 56.77 | 0.54 | 0.53 |
| Hex | C7 | C0 | 45 | 0 | 4 | 41 | 16 | 39 | 36 | 35 |
| Octal | 307 | 300 | 105 | 0 | 4 | 101 | 26 | 71 | 66 | 65 |
| Binary | 11000111 | 11000000 | 1000101 | 0 | 100 | 1000001 | 10110 | 111001 | 110110 | 110101 |
Color Harmonies of #C7C045
Complementary color
Monochromatic Colors of #C7C045
Black with #C7C045
Text Example
Text Example
White with #C7C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C045; }
p { color: rgb(199,192,69); }
H1.HeaderClassName
{
color: #C7C045;
}
.AnyTagClassName
{
color: #C7C045;
}
</style>
background-color css
<style>
a { background-color: #C7C045; }
a { background-color: rgb(199,192,69); }
div.DivClassName
{
background-color: #C7C045;
}
.BgClassName
{
background-color: #C7C045;
}
</style>
border-color css
<style>
span { border-color: #C7C045; }
span { border-color: rgb(199,192,69); }
td.TdClassName
{
border-color: #C7C045;
}
.TagClassName
{
border-color: #C7C045;
}
</style>