Shades of Old Gold #C8BA41
Tints of Old Gold #C8BA41
RGB
CMYK
RGB Variations
Color information
#C8BA41 (or 0xC8BA41) is known color: Old Gold. HEX triplet: C8, BA and 41. RGB value is (200,186,65). Sum of RGB (Red+Green+Blue) = 200+186+65=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA41 is #3745BE. Grayscale: #B0B0B0. Windows color (decimal): -3622335 or 4307656. OLE color: 4307656.
HSL color Cylindrical-coordinate representation of color #C8BA41: hue angle of 53.78º 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 #C8BA41 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 65 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.22 |
| HSL | 53.78º | 0.55% | 0.52% | - |
| HSV(B) | 53.78º | 0.68% | 0.78% | - |
| XYZ | 42.33 | 47.78 | 11.99 | - |
| YUV | 176.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 65 | 0 | 0.07 | 0.68 | 0.22 | 53.78 | 0.55 | 0.52 |
| Hex | C8 | BA | 41 | 0 | 7 | 44 | 16 | 36 | 37 | 34 |
| Octal | 310 | 272 | 101 | 0 | 7 | 104 | 26 | 66 | 67 | 64 |
| Binary | 11001000 | 10111010 | 1000001 | 0 | 111 | 1000100 | 10110 | 110110 | 110111 | 110100 |
Color Harmonies of #C8BA41
Complementary color
Monochromatic Colors of #C8BA41
Black with #C8BA41
Text Example
Text Example
White with #C8BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA41; }
p { color: rgb(200,186,65); }
H1.HeaderClassName
{
color: #C8BA41;
}
.AnyTagClassName
{
color: #C8BA41;
}
</style>
background-color css
<style>
a { background-color: #C8BA41; }
a { background-color: rgb(200,186,65); }
div.DivClassName
{
background-color: #C8BA41;
}
.BgClassName
{
background-color: #C8BA41;
}
</style>
border-color css
<style>
span { border-color: #C8BA41; }
span { border-color: rgb(200,186,65); }
td.TdClassName
{
border-color: #C8BA41;
}
.TagClassName
{
border-color: #C8BA41;
}
</style>