Shades of Old Gold #C7B132
Tints of Old Gold #C7B132
RGB
CMYK
RGB Variations
Color information
#C7B132 (or 0xC7B132) is known color: Old Gold. HEX triplet: C7, B1 and 32. RGB value is (199,177,50). Sum of RGB (Red+Green+Blue) = 199+177+50=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B132 is #384ECD. Grayscale: #A9A9A9. Windows color (decimal): -3690190 or 3322311. OLE color: 3322311.
HSL color Cylindrical-coordinate representation of color #C7B132: hue angle of 51.14º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7B132 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 50 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.22 |
| HSL | 51.14º | 0.6% | 0.49% | - |
| HSV(B) | 51.14º | 0.75% | 0.78% | - |
| XYZ | 39.85 | 43.82 | 9.37 | - |
| YUV | 169.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 50 | 0 | 0.11 | 0.75 | 0.22 | 51.14 | 0.6 | 0.49 |
| Hex | C7 | B1 | 32 | 0 | B | 4B | 16 | 33 | 3C | 31 |
| Octal | 307 | 261 | 62 | 0 | 13 | 113 | 26 | 63 | 74 | 61 |
| Binary | 11000111 | 10110001 | 110010 | 0 | 1011 | 1001011 | 10110 | 110011 | 111100 | 110001 |
Color Harmonies of #C7B132
Complementary color
Monochromatic Colors of #C7B132
Black with #C7B132
Text Example
Text Example
White with #C7B132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B132; }
p { color: rgb(199,177,50); }
H1.HeaderClassName
{
color: #C7B132;
}
.AnyTagClassName
{
color: #C7B132;
}
</style>
background-color css
<style>
a { background-color: #C7B132; }
a { background-color: rgb(199,177,50); }
div.DivClassName
{
background-color: #C7B132;
}
.BgClassName
{
background-color: #C7B132;
}
</style>
border-color css
<style>
span { border-color: #C7B132; }
span { border-color: rgb(199,177,50); }
td.TdClassName
{
border-color: #C7B132;
}
.TagClassName
{
border-color: #C7B132;
}
</style>