Shades of Old Gold #C7B92F
Tints of Old Gold #C7B92F
RGB
CMYK
RGB Variations
Color information
#C7B92F (or 0xC7B92F) is known color: Old Gold. HEX triplet: C7, B9 and 2F. RGB value is (199,185,47). Sum of RGB (Red+Green+Blue) = 199+185+47=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92F is #3846D0. Grayscale: #AEAEAE. Windows color (decimal): -3688145 or 3127751. OLE color: 3127751.
HSL color Cylindrical-coordinate representation of color #C7B92F: hue angle of 54.47º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7B92F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 47 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.22 |
| HSL | 54.47º | 0.62% | 0.48% | - |
| HSV(B) | 54.47º | 0.76% | 0.78% | - |
| XYZ | 41.42 | 47.05 | 9.59 | - |
| YUV | 173.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 47 | 0 | 0.07 | 0.76 | 0.22 | 54.47 | 0.62 | 0.48 |
| Hex | C7 | B9 | 2F | 0 | 7 | 4C | 16 | 36 | 3E | 30 |
| Octal | 307 | 271 | 57 | 0 | 7 | 114 | 26 | 66 | 76 | 60 |
| Binary | 11000111 | 10111001 | 101111 | 0 | 111 | 1001100 | 10110 | 110110 | 111110 | 110000 |
Color Harmonies of #C7B92F
Complementary color
Monochromatic Colors of #C7B92F
Black with #C7B92F
Text Example
Text Example
White with #C7B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B92F; }
p { color: rgb(199,185,47); }
H1.HeaderClassName
{
color: #C7B92F;
}
.AnyTagClassName
{
color: #C7B92F;
}
</style>
background-color css
<style>
a { background-color: #C7B92F; }
a { background-color: rgb(199,185,47); }
div.DivClassName
{
background-color: #C7B92F;
}
.BgClassName
{
background-color: #C7B92F;
}
</style>
border-color css
<style>
span { border-color: #C7B92F; }
span { border-color: rgb(199,185,47); }
td.TdClassName
{
border-color: #C7B92F;
}
.TagClassName
{
border-color: #C7B92F;
}
</style>