Shades of Old Gold #C6C032
Tints of Old Gold #C6C032
RGB
CMYK
RGB Variations
Color information
#C6C032 (or 0xC6C032) is known color: Old Gold. HEX triplet: C6, C0 and 32. RGB value is (198,192,50). Sum of RGB (Red+Green+Blue) = 198+192+50=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C032 is #393FCD. Grayscale: #B2B2B2. Windows color (decimal): -3751886 or 3326150. OLE color: 3326150.
HSL color Cylindrical-coordinate representation of color #C6C032: hue angle of 57.57º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6C032 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 50 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.22 |
| HSL | 57.57º | 0.6% | 0.49% | - |
| HSV(B) | 57.57º | 0.75% | 0.78% | - |
| XYZ | 42.71 | 49.94 | 10.4 | - |
| YUV | 177.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 50 | 0 | 0.03 | 0.75 | 0.22 | 57.57 | 0.6 | 0.49 |
| Hex | C6 | C0 | 32 | 0 | 3 | 4B | 16 | 3A | 3C | 31 |
| Octal | 306 | 300 | 62 | 0 | 3 | 113 | 26 | 72 | 74 | 61 |
| Binary | 11000110 | 11000000 | 110010 | 0 | 11 | 1001011 | 10110 | 111010 | 111100 | 110001 |
Color Harmonies of #C6C032
Complementary color
Monochromatic Colors of #C6C032
Black with #C6C032
Text Example
Text Example
White with #C6C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C032; }
p { color: rgb(198,192,50); }
H1.HeaderClassName
{
color: #C6C032;
}
.AnyTagClassName
{
color: #C6C032;
}
</style>
background-color css
<style>
a { background-color: #C6C032; }
a { background-color: rgb(198,192,50); }
div.DivClassName
{
background-color: #C6C032;
}
.BgClassName
{
background-color: #C6C032;
}
</style>
border-color css
<style>
span { border-color: #C6C032; }
span { border-color: rgb(198,192,50); }
td.TdClassName
{
border-color: #C6C032;
}
.TagClassName
{
border-color: #C6C032;
}
</style>