Shades of Old Gold #C2B92F
Tints of Old Gold #C2B92F
RGB
CMYK
RGB Variations
Color information
#C2B92F (or 0xC2B92F) is known color: Old Gold. HEX triplet: C2, B9 and 2F. RGB value is (194,185,47). Sum of RGB (Red+Green+Blue) = 194+185+47=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 47 (18.75% from 255 or 11.03% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B92F is #3D46D0. Grayscale: #ACACAC. Windows color (decimal): -4015825 or 3127746. OLE color: 3127746.
HSL color Cylindrical-coordinate representation of color #C2B92F: hue angle of 56.33º 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 #C2B92F is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 47 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.24 |
| HSL | 56.33º | 0.61% | 0.47% | - |
| HSV(B) | 56.33º | 0.76% | 0.76% | - |
| XYZ | 40.11 | 46.37 | 9.53 | - |
| YUV | 171.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 47 | 0 | 0.05 | 0.76 | 0.24 | 56.33 | 0.61 | 0.47 |
| Hex | C2 | B9 | 2F | 0 | 5 | 4C | 18 | 38 | 3D | 2F |
| Octal | 302 | 271 | 57 | 0 | 5 | 114 | 30 | 70 | 75 | 57 |
| Binary | 11000010 | 10111001 | 101111 | 0 | 101 | 1001100 | 11000 | 111000 | 111101 | 101111 |
Color Harmonies of #C2B92F
Complementary color
Monochromatic Colors of #C2B92F
Black with #C2B92F
Text Example
Text Example
White with #C2B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B92F; }
p { color: rgb(194,185,47); }
H1.HeaderClassName
{
color: #C2B92F;
}
.AnyTagClassName
{
color: #C2B92F;
}
</style>
background-color css
<style>
a { background-color: #C2B92F; }
a { background-color: rgb(194,185,47); }
div.DivClassName
{
background-color: #C2B92F;
}
.BgClassName
{
background-color: #C2B92F;
}
</style>
border-color css
<style>
span { border-color: #C2B92F; }
span { border-color: rgb(194,185,47); }
td.TdClassName
{
border-color: #C2B92F;
}
.TagClassName
{
border-color: #C2B92F;
}
</style>