Shades of Old Gold #C7B445
Tints of Old Gold #C7B445
RGB
CMYK
RGB Variations
Color information
#C7B445 (or 0xC7B445) is known color: Old Gold. HEX triplet: C7, B4 and 45. RGB value is (199,180,69). Sum of RGB (Red+Green+Blue) = 199+180+69=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B445 is #384BBA. Grayscale: #ADADAD. Windows color (decimal): -3689403 or 4568263. OLE color: 4568263.
HSL color Cylindrical-coordinate representation of color #C7B445: hue angle of 51.23º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7B445 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 69 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.22 |
| HSL | 51.23º | 0.54% | 0.53% | - |
| HSV(B) | 51.23º | 0.65% | 0.78% | - |
| XYZ | 40.95 | 45.21 | 12.2 | - |
| YUV | 173.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 69 | 0 | 0.10 | 0.65 | 0.22 | 51.23 | 0.54 | 0.53 |
| Hex | C7 | B4 | 45 | 0 | A | 41 | 16 | 33 | 36 | 35 |
| Octal | 307 | 264 | 105 | 0 | 12 | 101 | 26 | 63 | 66 | 65 |
| Binary | 11000111 | 10110100 | 1000101 | 0 | 1010 | 1000001 | 10110 | 110011 | 110110 | 110101 |
Color Harmonies of #C7B445
Complementary color
Monochromatic Colors of #C7B445
Black with #C7B445
Text Example
Text Example
White with #C7B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B445; }
p { color: rgb(199,180,69); }
H1.HeaderClassName
{
color: #C7B445;
}
.AnyTagClassName
{
color: #C7B445;
}
</style>
background-color css
<style>
a { background-color: #C7B445; }
a { background-color: rgb(199,180,69); }
div.DivClassName
{
background-color: #C7B445;
}
.BgClassName
{
background-color: #C7B445;
}
</style>
border-color css
<style>
span { border-color: #C7B445; }
span { border-color: rgb(199,180,69); }
td.TdClassName
{
border-color: #C7B445;
}
.TagClassName
{
border-color: #C7B445;
}
</style>