Shades of Old Gold #C2B62F
Tints of Old Gold #C2B62F
RGB
CMYK
RGB Variations
Color information
#C2B62F (or 0xC2B62F) is known color: Old Gold. HEX triplet: C2, B6 and 2F. RGB value is (194,182,47). Sum of RGB (Red+Green+Blue) = 194+182+47=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B62F is #3D49D0. Grayscale: #AAAAAA. Windows color (decimal): -4016593 or 3126978. OLE color: 3126978.
HSL color Cylindrical-coordinate representation of color #C2B62F: hue angle of 55.1º 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 #C2B62F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 47 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.24 |
| HSL | 55.1º | 0.61% | 0.47% | - |
| HSV(B) | 55.1º | 0.76% | 0.76% | - |
| XYZ | 39.49 | 45.13 | 9.32 | - |
| YUV | 170.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 47 | 0 | 0.06 | 0.76 | 0.24 | 55.1 | 0.61 | 0.47 |
| Hex | C2 | B6 | 2F | 0 | 6 | 4C | 18 | 37 | 3D | 2F |
| Octal | 302 | 266 | 57 | 0 | 6 | 114 | 30 | 67 | 75 | 57 |
| Binary | 11000010 | 10110110 | 101111 | 0 | 110 | 1001100 | 11000 | 110111 | 111101 | 101111 |
Color Harmonies of #C2B62F
Complementary color
Monochromatic Colors of #C2B62F
Black with #C2B62F
Text Example
Text Example
White with #C2B62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B62F; }
p { color: rgb(194,182,47); }
H1.HeaderClassName
{
color: #C2B62F;
}
.AnyTagClassName
{
color: #C2B62F;
}
</style>
background-color css
<style>
a { background-color: #C2B62F; }
a { background-color: rgb(194,182,47); }
div.DivClassName
{
background-color: #C2B62F;
}
.BgClassName
{
background-color: #C2B62F;
}
</style>
border-color css
<style>
span { border-color: #C2B62F; }
span { border-color: rgb(194,182,47); }
td.TdClassName
{
border-color: #C2B62F;
}
.TagClassName
{
border-color: #C2B62F;
}
</style>