Shades of Old Gold #C7B041
Tints of Old Gold #C7B041
RGB
CMYK
RGB Variations
Color information
#C7B041 (or 0xC7B041) is known color: Old Gold. HEX triplet: C7, B0 and 41. RGB value is (199,176,65). Sum of RGB (Red+Green+Blue) = 199+176+65=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B041 is #384FBE. Grayscale: #AAAAAA. Windows color (decimal): -3690431 or 4305095. OLE color: 4305095.
HSL color Cylindrical-coordinate representation of color #C7B041: hue angle of 49.7º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7B041 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 65 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.22 |
| HSL | 49.7º | 0.54% | 0.52% | - |
| HSV(B) | 49.7º | 0.67% | 0.78% | - |
| XYZ | 40.03 | 43.57 | 11.3 | - |
| YUV | 170.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 65 | 0 | 0.12 | 0.67 | 0.22 | 49.7 | 0.54 | 0.52 |
| Hex | C7 | B0 | 41 | 0 | C | 43 | 16 | 32 | 36 | 34 |
| Octal | 307 | 260 | 101 | 0 | 14 | 103 | 26 | 62 | 66 | 64 |
| Binary | 11000111 | 10110000 | 1000001 | 0 | 1100 | 1000011 | 10110 | 110010 | 110110 | 110100 |
Color Harmonies of #C7B041
Complementary color
Monochromatic Colors of #C7B041
Black with #C7B041
Text Example
Text Example
White with #C7B041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B041; }
p { color: rgb(199,176,65); }
H1.HeaderClassName
{
color: #C7B041;
}
.AnyTagClassName
{
color: #C7B041;
}
</style>
background-color css
<style>
a { background-color: #C7B041; }
a { background-color: rgb(199,176,65); }
div.DivClassName
{
background-color: #C7B041;
}
.BgClassName
{
background-color: #C7B041;
}
</style>
border-color css
<style>
span { border-color: #C7B041; }
span { border-color: rgb(199,176,65); }
td.TdClassName
{
border-color: #C7B041;
}
.TagClassName
{
border-color: #C7B041;
}
</style>