Shades of Old Gold #C7BC32
Tints of Old Gold #C7BC32
RGB
CMYK
RGB Variations
Color information
#C7BC32 (or 0xC7BC32) is known color: Old Gold. HEX triplet: C7, BC and 32. RGB value is (199,188,50). Sum of RGB (Red+Green+Blue) = 199+188+50=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC32 is #3843CD. Grayscale: #B0B0B0. Windows color (decimal): -3687374 or 3325127. OLE color: 3325127.
HSL color Cylindrical-coordinate representation of color #C7BC32: hue angle of 55.57º 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 #C7BC32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.22 |
| HSL | 55.57º | 0.6% | 0.49% | - |
| HSV(B) | 55.57º | 0.75% | 0.78% | - |
| XYZ | 42.11 | 48.34 | 10.13 | - |
| YUV | 175.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 50 | 0 | 0.06 | 0.75 | 0.22 | 55.57 | 0.6 | 0.49 |
| Hex | C7 | BC | 32 | 0 | 6 | 4B | 16 | 38 | 3C | 31 |
| Octal | 307 | 274 | 62 | 0 | 6 | 113 | 26 | 70 | 74 | 61 |
| Binary | 11000111 | 10111100 | 110010 | 0 | 110 | 1001011 | 10110 | 111000 | 111100 | 110001 |
Color Harmonies of #C7BC32
Complementary color
Monochromatic Colors of #C7BC32
Black with #C7BC32
Text Example
Text Example
White with #C7BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC32; }
p { color: rgb(199,188,50); }
H1.HeaderClassName
{
color: #C7BC32;
}
.AnyTagClassName
{
color: #C7BC32;
}
</style>
background-color css
<style>
a { background-color: #C7BC32; }
a { background-color: rgb(199,188,50); }
div.DivClassName
{
background-color: #C7BC32;
}
.BgClassName
{
background-color: #C7BC32;
}
</style>
border-color css
<style>
span { border-color: #C7BC32; }
span { border-color: rgb(199,188,50); }
td.TdClassName
{
border-color: #C7BC32;
}
.TagClassName
{
border-color: #C7BC32;
}
</style>