Shades of Old Gold #C7BB3C
Tints of Old Gold #C7BB3C
RGB
CMYK
RGB Variations
Color information
#C7BB3C (or 0xC7BB3C) is known color: Old Gold. HEX triplet: C7, BB and 3C. RGB value is (199,187,60). Sum of RGB (Red+Green+Blue) = 199+187+60=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB3C is #3844C3. Grayscale: #B0B0B0. Windows color (decimal): -3687620 or 3980231. OLE color: 3980231.
HSL color Cylindrical-coordinate representation of color #C7BB3C: hue angle of 54.82º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7BB3C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 60 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.22 |
| HSL | 54.82º | 0.55% | 0.51% | - |
| HSV(B) | 54.82º | 0.7% | 0.78% | - |
| XYZ | 42.14 | 48.01 | 11.32 | - |
| YUV | 176.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 60 | 0 | 0.06 | 0.70 | 0.22 | 54.82 | 0.55 | 0.51 |
| Hex | C7 | BB | 3C | 0 | 6 | 46 | 16 | 37 | 37 | 33 |
| Octal | 307 | 273 | 74 | 0 | 6 | 106 | 26 | 67 | 67 | 63 |
| Binary | 11000111 | 10111011 | 111100 | 0 | 110 | 1000110 | 10110 | 110111 | 110111 | 110011 |
Color Harmonies of #C7BB3C
Complementary color
Monochromatic Colors of #C7BB3C
Black with #C7BB3C
Text Example
Text Example
White with #C7BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB3C; }
p { color: rgb(199,187,60); }
H1.HeaderClassName
{
color: #C7BB3C;
}
.AnyTagClassName
{
color: #C7BB3C;
}
</style>
background-color css
<style>
a { background-color: #C7BB3C; }
a { background-color: rgb(199,187,60); }
div.DivClassName
{
background-color: #C7BB3C;
}
.BgClassName
{
background-color: #C7BB3C;
}
</style>
border-color css
<style>
span { border-color: #C7BB3C; }
span { border-color: rgb(199,187,60); }
td.TdClassName
{
border-color: #C7BB3C;
}
.TagClassName
{
border-color: #C7BB3C;
}
</style>