Shades of Old Gold #C6AF3C
Tints of Old Gold #C6AF3C
RGB
CMYK
RGB Variations
Color information
#C6AF3C (or 0xC6AF3C) is known color: Old Gold. HEX triplet: C6, AF and 3C. RGB value is (198,175,60). Sum of RGB (Red+Green+Blue) = 198+175+60=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF3C is #3950C3. Grayscale: #A9A9A9. Windows color (decimal): -3756228 or 3977158. OLE color: 3977158.
HSL color Cylindrical-coordinate representation of color #C6AF3C: hue angle of 50º 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 #C6AF3C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 60 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.22 |
| HSL | 50º | 0.55% | 0.51% | - |
| HSV(B) | 50º | 0.7% | 0.78% | - |
| XYZ | 39.43 | 42.99 | 10.49 | - |
| YUV | 168.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 60 | 0 | 0.12 | 0.70 | 0.22 | 50 | 0.55 | 0.51 |
| Hex | C6 | AF | 3C | 0 | C | 46 | 16 | 32 | 37 | 33 |
| Octal | 306 | 257 | 74 | 0 | 14 | 106 | 26 | 62 | 67 | 63 |
| Binary | 11000110 | 10101111 | 111100 | 0 | 1100 | 1000110 | 10110 | 110010 | 110111 | 110011 |
Color Harmonies of #C6AF3C
Complementary color
Monochromatic Colors of #C6AF3C
Black with #C6AF3C
Text Example
Text Example
White with #C6AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF3C; }
p { color: rgb(198,175,60); }
H1.HeaderClassName
{
color: #C6AF3C;
}
.AnyTagClassName
{
color: #C6AF3C;
}
</style>
background-color css
<style>
a { background-color: #C6AF3C; }
a { background-color: rgb(198,175,60); }
div.DivClassName
{
background-color: #C6AF3C;
}
.BgClassName
{
background-color: #C6AF3C;
}
</style>
border-color css
<style>
span { border-color: #C6AF3C; }
span { border-color: rgb(198,175,60); }
td.TdClassName
{
border-color: #C6AF3C;
}
.TagClassName
{
border-color: #C6AF3C;
}
</style>