Shades of Old Gold #C8BB41
Tints of Old Gold #C8BB41
RGB
CMYK
RGB Variations
Color information
#C8BB41 (or 0xC8BB41) is known color: Old Gold. HEX triplet: C8, BB and 41. RGB value is (200,187,65). Sum of RGB (Red+Green+Blue) = 200+187+65=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB41 is #3744BE. Grayscale: #B1B1B1. Windows color (decimal): -3622079 or 4307912. OLE color: 4307912.
HSL color Cylindrical-coordinate representation of color #C8BB41: hue angle of 54.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8BB41 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 65 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.22 |
| HSL | 54.22º | 0.55% | 0.52% | - |
| HSV(B) | 54.22º | 0.68% | 0.78% | - |
| XYZ | 42.54 | 48.2 | 12.06 | - |
| YUV | 176.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 65 | 0 | 0.06 | 0.68 | 0.22 | 54.22 | 0.55 | 0.52 |
| Hex | C8 | BB | 41 | 0 | 6 | 44 | 16 | 36 | 37 | 34 |
| Octal | 310 | 273 | 101 | 0 | 6 | 104 | 26 | 66 | 67 | 64 |
| Binary | 11001000 | 10111011 | 1000001 | 0 | 110 | 1000100 | 10110 | 110110 | 110111 | 110100 |
Color Harmonies of #C8BB41
Complementary color
Monochromatic Colors of #C8BB41
Black with #C8BB41
Text Example
Text Example
White with #C8BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB41; }
p { color: rgb(200,187,65); }
H1.HeaderClassName
{
color: #C8BB41;
}
.AnyTagClassName
{
color: #C8BB41;
}
</style>
background-color css
<style>
a { background-color: #C8BB41; }
a { background-color: rgb(200,187,65); }
div.DivClassName
{
background-color: #C8BB41;
}
.BgClassName
{
background-color: #C8BB41;
}
</style>
border-color css
<style>
span { border-color: #C8BB41; }
span { border-color: rgb(200,187,65); }
td.TdClassName
{
border-color: #C8BB41;
}
.TagClassName
{
border-color: #C8BB41;
}
</style>