Shades of Old Gold #C2BB40
Tints of Old Gold #C2BB40
RGB
CMYK
RGB Variations
Color information
#C2BB40 (or 0xC2BB40) is known color: Old Gold. HEX triplet: C2, BB and 40. RGB value is (194,187,64). Sum of RGB (Red+Green+Blue) = 194+187+64=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB40 is #3D44BF. Grayscale: #AFAFAF. Windows color (decimal): -4015296 or 4242370. OLE color: 4242370.
HSL color Cylindrical-coordinate representation of color #C2BB40: hue angle of 56.77º 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 #C2BB40 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 64 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.24 |
| HSL | 56.77º | 0.52% | 0.51% | - |
| HSV(B) | 56.77º | 0.67% | 0.76% | - |
| XYZ | 40.94 | 47.38 | 11.84 | - |
| YUV | 175.07 | 65.32 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 64 | 0 | 0.04 | 0.67 | 0.24 | 56.77 | 0.52 | 0.51 |
| Hex | C2 | BB | 40 | 0 | 4 | 43 | 18 | 39 | 34 | 33 |
| Octal | 302 | 273 | 100 | 0 | 4 | 103 | 30 | 71 | 64 | 63 |
| Binary | 11000010 | 10111011 | 1000000 | 0 | 100 | 1000011 | 11000 | 111001 | 110100 | 110011 |
Color Harmonies of #C2BB40
Complementary color
Monochromatic Colors of #C2BB40
Black with #C2BB40
Text Example
Text Example
White with #C2BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB40; }
p { color: rgb(194,187,64); }
H1.HeaderClassName
{
color: #C2BB40;
}
.AnyTagClassName
{
color: #C2BB40;
}
</style>
background-color css
<style>
a { background-color: #C2BB40; }
a { background-color: rgb(194,187,64); }
div.DivClassName
{
background-color: #C2BB40;
}
.BgClassName
{
background-color: #C2BB40;
}
</style>
border-color css
<style>
span { border-color: #C2BB40; }
span { border-color: rgb(194,187,64); }
td.TdClassName
{
border-color: #C2BB40;
}
.TagClassName
{
border-color: #C2BB40;
}
</style>