Shades of Old Gold #C7B141
Tints of Old Gold #C7B141
RGB
CMYK
RGB Variations
Color information
#C7B141 (or 0xC7B141) is known color: Old Gold. HEX triplet: C7, B1 and 41. RGB value is (199,177,65). Sum of RGB (Red+Green+Blue) = 199+177+65=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B141 is #384EBE. Grayscale: #ABABAB. Windows color (decimal): -3690175 or 4305351. OLE color: 4305351.
HSL color Cylindrical-coordinate representation of color #C7B141: hue angle of 50.15º 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 #C7B141 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 65 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.22 |
| HSL | 50.15º | 0.54% | 0.52% | - |
| HSV(B) | 50.15º | 0.67% | 0.78% | - |
| XYZ | 40.23 | 43.97 | 11.37 | - |
| YUV | 170.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 65 | 0 | 0.11 | 0.67 | 0.22 | 50.15 | 0.54 | 0.52 |
| Hex | C7 | B1 | 41 | 0 | B | 43 | 16 | 32 | 36 | 34 |
| Octal | 307 | 261 | 101 | 0 | 13 | 103 | 26 | 62 | 66 | 64 |
| Binary | 11000111 | 10110001 | 1000001 | 0 | 1011 | 1000011 | 10110 | 110010 | 110110 | 110100 |
Color Harmonies of #C7B141
Complementary color
Monochromatic Colors of #C7B141
Black with #C7B141
Text Example
Text Example
White with #C7B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B141; }
p { color: rgb(199,177,65); }
H1.HeaderClassName
{
color: #C7B141;
}
.AnyTagClassName
{
color: #C7B141;
}
</style>
background-color css
<style>
a { background-color: #C7B141; }
a { background-color: rgb(199,177,65); }
div.DivClassName
{
background-color: #C7B141;
}
.BgClassName
{
background-color: #C7B141;
}
</style>
border-color css
<style>
span { border-color: #C7B141; }
span { border-color: rgb(199,177,65); }
td.TdClassName
{
border-color: #C7B141;
}
.TagClassName
{
border-color: #C7B141;
}
</style>