Shades of Old Gold #C8BB46
Tints of Old Gold #C8BB46
RGB
CMYK
RGB Variations
Color information
#C8BB46 (or 0xC8BB46) is known color: Old Gold. HEX triplet: C8, BB and 46. RGB value is (200,187,70). Sum of RGB (Red+Green+Blue) = 200+187+70=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB46 is #3744B9. Grayscale: #B2B2B2. Windows color (decimal): -3622074 or 4635592. OLE color: 4635592.
HSL color Cylindrical-coordinate representation of color #C8BB46: hue angle of 54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8BB46 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 70 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.22 |
| HSL | 54º | 0.54% | 0.53% | - |
| HSV(B) | 54º | 0.65% | 0.78% | - |
| XYZ | 42.7 | 48.26 | 12.86 | - |
| YUV | 177.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 70 | 0 | 0.06 | 0.65 | 0.22 | 54 | 0.54 | 0.53 |
| Hex | C8 | BB | 46 | 0 | 6 | 41 | 16 | 36 | 36 | 35 |
| Octal | 310 | 273 | 106 | 0 | 6 | 101 | 26 | 66 | 66 | 65 |
| Binary | 11001000 | 10111011 | 1000110 | 0 | 110 | 1000001 | 10110 | 110110 | 110110 | 110101 |
Color Harmonies of #C8BB46
Complementary color
Monochromatic Colors of #C8BB46
Black with #C8BB46
Text Example
Text Example
White with #C8BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB46; }
p { color: rgb(200,187,70); }
H1.HeaderClassName
{
color: #C8BB46;
}
.AnyTagClassName
{
color: #C8BB46;
}
</style>
background-color css
<style>
a { background-color: #C8BB46; }
a { background-color: rgb(200,187,70); }
div.DivClassName
{
background-color: #C8BB46;
}
.BgClassName
{
background-color: #C8BB46;
}
</style>
border-color css
<style>
span { border-color: #C8BB46; }
span { border-color: rgb(200,187,70); }
td.TdClassName
{
border-color: #C8BB46;
}
.TagClassName
{
border-color: #C8BB46;
}
</style>