Shades of Old Gold #C2B42F
Tints of Old Gold #C2B42F
RGB
CMYK
RGB Variations
Color information
#C2B42F (or 0xC2B42F) is known color: Old Gold. HEX triplet: C2, B4 and 2F. RGB value is (194,180,47). Sum of RGB (Red+Green+Blue) = 194+180+47=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B42F is #3D4BD0. Grayscale: #A9A9A9. Windows color (decimal): -4017105 or 3126466. OLE color: 3126466.
HSL color Cylindrical-coordinate representation of color #C2B42F: hue angle of 54.29º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2B42F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 47 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.24 |
| HSL | 54.29º | 0.61% | 0.47% | - |
| HSV(B) | 54.29º | 0.76% | 0.76% | - |
| XYZ | 39.08 | 44.32 | 9.18 | - |
| YUV | 169.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 47 | 0 | 0.07 | 0.76 | 0.24 | 54.29 | 0.61 | 0.47 |
| Hex | C2 | B4 | 2F | 0 | 7 | 4C | 18 | 36 | 3D | 2F |
| Octal | 302 | 264 | 57 | 0 | 7 | 114 | 30 | 66 | 75 | 57 |
| Binary | 11000010 | 10110100 | 101111 | 0 | 111 | 1001100 | 11000 | 110110 | 111101 | 101111 |
Color Harmonies of #C2B42F
Complementary color
Monochromatic Colors of #C2B42F
Black with #C2B42F
Text Example
Text Example
White with #C2B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B42F; }
p { color: rgb(194,180,47); }
H1.HeaderClassName
{
color: #C2B42F;
}
.AnyTagClassName
{
color: #C2B42F;
}
</style>
background-color css
<style>
a { background-color: #C2B42F; }
a { background-color: rgb(194,180,47); }
div.DivClassName
{
background-color: #C2B42F;
}
.BgClassName
{
background-color: #C2B42F;
}
</style>
border-color css
<style>
span { border-color: #C2B42F; }
span { border-color: rgb(194,180,47); }
td.TdClassName
{
border-color: #C2B42F;
}
.TagClassName
{
border-color: #C2B42F;
}
</style>