Shades of Old Gold #C6C045
Tints of Old Gold #C6C045
RGB
CMYK
RGB Variations
Color information
#C6C045 (or 0xC6C045) is known color: Old Gold. HEX triplet: C6, C0 and 45. RGB value is (198,192,69). Sum of RGB (Red+Green+Blue) = 198+192+69=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C045 is #393FBA. Grayscale: #B4B4B4. Windows color (decimal): -3751867 or 4571334. OLE color: 4571334.
HSL color Cylindrical-coordinate representation of color #C6C045: hue angle of 57.21º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6C045 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 69 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.22 |
| HSL | 57.21º | 0.53% | 0.52% | - |
| HSV(B) | 57.21º | 0.65% | 0.78% | - |
| XYZ | 43.21 | 50.13 | 13.03 | - |
| YUV | 179.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 69 | 0 | 0.03 | 0.65 | 0.22 | 57.21 | 0.53 | 0.52 |
| Hex | C6 | C0 | 45 | 0 | 3 | 41 | 16 | 39 | 35 | 34 |
| Octal | 306 | 300 | 105 | 0 | 3 | 101 | 26 | 71 | 65 | 64 |
| Binary | 11000110 | 11000000 | 1000101 | 0 | 11 | 1000001 | 10110 | 111001 | 110101 | 110100 |
Color Harmonies of #C6C045
Complementary color
Monochromatic Colors of #C6C045
Black with #C6C045
Text Example
Text Example
White with #C6C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C045; }
p { color: rgb(198,192,69); }
H1.HeaderClassName
{
color: #C6C045;
}
.AnyTagClassName
{
color: #C6C045;
}
</style>
background-color css
<style>
a { background-color: #C6C045; }
a { background-color: rgb(198,192,69); }
div.DivClassName
{
background-color: #C6C045;
}
.BgClassName
{
background-color: #C6C045;
}
</style>
border-color css
<style>
span { border-color: #C6C045; }
span { border-color: rgb(198,192,69); }
td.TdClassName
{
border-color: #C6C045;
}
.TagClassName
{
border-color: #C6C045;
}
</style>