Shades of Old Gold #C8C041
Tints of Old Gold #C8C041
RGB
CMYK
RGB Variations
Color information
#C8C041 (or 0xC8C041) is known color: Old Gold. HEX triplet: C8, C0 and 41. RGB value is (200,192,65). Sum of RGB (Red+Green+Blue) = 200+192+65=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C041 is #373FBE. Grayscale: #B4B4B4. Windows color (decimal): -3620799 or 4309192. OLE color: 4309192.
HSL color Cylindrical-coordinate representation of color #C8C041: hue angle of 56.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8C041 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 65 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.22 |
| HSL | 56.44º | 0.55% | 0.52% | - |
| HSV(B) | 56.44º | 0.68% | 0.78% | - |
| XYZ | 43.62 | 50.36 | 12.42 | - |
| YUV | 179.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 65 | 0 | 0.04 | 0.68 | 0.22 | 56.44 | 0.55 | 0.52 |
| Hex | C8 | C0 | 41 | 0 | 4 | 44 | 16 | 38 | 37 | 34 |
| Octal | 310 | 300 | 101 | 0 | 4 | 104 | 26 | 70 | 67 | 64 |
| Binary | 11001000 | 11000000 | 1000001 | 0 | 100 | 1000100 | 10110 | 111000 | 110111 | 110100 |
Color Harmonies of #C8C041
Complementary color
Monochromatic Colors of #C8C041
Black with #C8C041
Text Example
Text Example
White with #C8C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C041; }
p { color: rgb(200,192,65); }
H1.HeaderClassName
{
color: #C8C041;
}
.AnyTagClassName
{
color: #C8C041;
}
</style>
background-color css
<style>
a { background-color: #C8C041; }
a { background-color: rgb(200,192,65); }
div.DivClassName
{
background-color: #C8C041;
}
.BgClassName
{
background-color: #C8C041;
}
</style>
border-color css
<style>
span { border-color: #C8C041; }
span { border-color: rgb(200,192,65); }
td.TdClassName
{
border-color: #C8C041;
}
.TagClassName
{
border-color: #C8C041;
}
</style>