Shades of Old Gold #C2B237
Tints of Old Gold #C2B237
RGB
CMYK
RGB Variations
Color information
#C2B237 (or 0xC2B237) is known color: Old Gold. HEX triplet: C2, B2 and 37. RGB value is (194,178,55). Sum of RGB (Red+Green+Blue) = 194+178+55=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B237 is #3D4DC8. Grayscale: #A9A9A9. Windows color (decimal): -4017609 or 3650242. OLE color: 3650242.
HSL color Cylindrical-coordinate representation of color #C2B237: hue angle of 53.09º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2B237 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 55 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.24 |
| HSL | 53.09º | 0.56% | 0.49% | - |
| HSV(B) | 53.09º | 0.72% | 0.76% | - |
| XYZ | 38.86 | 43.59 | 9.98 | - |
| YUV | 168.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 55 | 0 | 0.08 | 0.72 | 0.24 | 53.09 | 0.56 | 0.49 |
| Hex | C2 | B2 | 37 | 0 | 8 | 48 | 18 | 35 | 38 | 31 |
| Octal | 302 | 262 | 67 | 0 | 10 | 110 | 30 | 65 | 70 | 61 |
| Binary | 11000010 | 10110010 | 110111 | 0 | 1000 | 1001000 | 11000 | 110101 | 111000 | 110001 |
Color Harmonies of #C2B237
Complementary color
Monochromatic Colors of #C2B237
Black with #C2B237
Text Example
Text Example
White with #C2B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B237; }
p { color: rgb(194,178,55); }
H1.HeaderClassName
{
color: #C2B237;
}
.AnyTagClassName
{
color: #C2B237;
}
</style>
background-color css
<style>
a { background-color: #C2B237; }
a { background-color: rgb(194,178,55); }
div.DivClassName
{
background-color: #C2B237;
}
.BgClassName
{
background-color: #C2B237;
}
</style>
border-color css
<style>
span { border-color: #C2B237; }
span { border-color: rgb(194,178,55); }
td.TdClassName
{
border-color: #C2B237;
}
.TagClassName
{
border-color: #C2B237;
}
</style>