Shades of Old Gold #C4BA42
Tints of Old Gold #C4BA42
RGB
CMYK
RGB Variations
Color information
#C4BA42 (or 0xC4BA42) is known color: Old Gold. HEX triplet: C4, BA and 42. RGB value is (196,186,66). Sum of RGB (Red+Green+Blue) = 196+186+66=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA42 is #3B45BD. Grayscale: #AFAFAF. Windows color (decimal): -3884478 or 4373188. OLE color: 4373188.
HSL color Cylindrical-coordinate representation of color #C4BA42: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4BA42 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 66 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.23 |
| HSL | 55.38º | 0.52% | 0.51% | - |
| HSV(B) | 55.38º | 0.66% | 0.77% | - |
| XYZ | 41.31 | 47.25 | 12.1 | - |
| YUV | 175.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 66 | 0 | 0.05 | 0.66 | 0.23 | 55.38 | 0.52 | 0.51 |
| Hex | C4 | BA | 42 | 0 | 5 | 42 | 17 | 37 | 34 | 33 |
| Octal | 304 | 272 | 102 | 0 | 5 | 102 | 27 | 67 | 64 | 63 |
| Binary | 11000100 | 10111010 | 1000010 | 0 | 101 | 1000010 | 10111 | 110111 | 110100 | 110011 |
Color Harmonies of #C4BA42
Complementary color
Monochromatic Colors of #C4BA42
Black with #C4BA42
Text Example
Text Example
White with #C4BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA42; }
p { color: rgb(196,186,66); }
H1.HeaderClassName
{
color: #C4BA42;
}
.AnyTagClassName
{
color: #C4BA42;
}
</style>
background-color css
<style>
a { background-color: #C4BA42; }
a { background-color: rgb(196,186,66); }
div.DivClassName
{
background-color: #C4BA42;
}
.BgClassName
{
background-color: #C4BA42;
}
</style>
border-color css
<style>
span { border-color: #C4BA42; }
span { border-color: rgb(196,186,66); }
td.TdClassName
{
border-color: #C4BA42;
}
.TagClassName
{
border-color: #C4BA42;
}
</style>