Shades of Old Gold #C2B440
Tints of Old Gold #C2B440
RGB
CMYK
RGB Variations
Color information
#C2B440 (or 0xC2B440) is known color: Old Gold. HEX triplet: C2, B4 and 40. RGB value is (194,180,64). Sum of RGB (Red+Green+Blue) = 194+180+64=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B440 is #3D4BBF. Grayscale: #ABABAB. Windows color (decimal): -4017088 or 4240578. OLE color: 4240578.
HSL color Cylindrical-coordinate representation of color #C2B440: hue angle of 53.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2B440 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 64 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.24 |
| HSL | 53.54º | 0.52% | 0.51% | - |
| HSV(B) | 53.54º | 0.67% | 0.76% | - |
| XYZ | 39.49 | 44.48 | 11.35 | - |
| YUV | 170.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 64 | 0 | 0.07 | 0.67 | 0.24 | 53.54 | 0.52 | 0.51 |
| Hex | C2 | B4 | 40 | 0 | 7 | 43 | 18 | 36 | 34 | 33 |
| Octal | 302 | 264 | 100 | 0 | 7 | 103 | 30 | 66 | 64 | 63 |
| Binary | 11000010 | 10110100 | 1000000 | 0 | 111 | 1000011 | 11000 | 110110 | 110100 | 110011 |
Color Harmonies of #C2B440
Complementary color
Monochromatic Colors of #C2B440
Black with #C2B440
Text Example
Text Example
White with #C2B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B440; }
p { color: rgb(194,180,64); }
H1.HeaderClassName
{
color: #C2B440;
}
.AnyTagClassName
{
color: #C2B440;
}
</style>
background-color css
<style>
a { background-color: #C2B440; }
a { background-color: rgb(194,180,64); }
div.DivClassName
{
background-color: #C2B440;
}
.BgClassName
{
background-color: #C2B440;
}
</style>
border-color css
<style>
span { border-color: #C2B440; }
span { border-color: rgb(194,180,64); }
td.TdClassName
{
border-color: #C2B440;
}
.TagClassName
{
border-color: #C2B440;
}
</style>