Shades of Old Gold #C2BB42
Tints of Old Gold #C2BB42
RGB
CMYK
RGB Variations
Color information
#C2BB42 (or 0xC2BB42) is known color: Old Gold. HEX triplet: C2, BB and 42. RGB value is (194,187,66). Sum of RGB (Red+Green+Blue) = 194+187+66=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB42 is #3D44BD. Grayscale: #AFAFAF. Windows color (decimal): -4015294 or 4373442. OLE color: 4373442.
HSL color Cylindrical-coordinate representation of color #C2BB42: hue angle of 56.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2BB42 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 66 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.24 |
| HSL | 56.72º | 0.51% | 0.51% | - |
| HSV(B) | 56.72º | 0.66% | 0.76% | - |
| XYZ | 41 | 47.4 | 12.14 | - |
| YUV | 175.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 66 | 0 | 0.04 | 0.66 | 0.24 | 56.72 | 0.51 | 0.51 |
| Hex | C2 | BB | 42 | 0 | 4 | 42 | 18 | 39 | 33 | 33 |
| Octal | 302 | 273 | 102 | 0 | 4 | 102 | 30 | 71 | 63 | 63 |
| Binary | 11000010 | 10111011 | 1000010 | 0 | 100 | 1000010 | 11000 | 111001 | 110011 | 110011 |
Color Harmonies of #C2BB42
Complementary color
Monochromatic Colors of #C2BB42
Black with #C2BB42
Text Example
Text Example
White with #C2BB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB42; }
p { color: rgb(194,187,66); }
H1.HeaderClassName
{
color: #C2BB42;
}
.AnyTagClassName
{
color: #C2BB42;
}
</style>
background-color css
<style>
a { background-color: #C2BB42; }
a { background-color: rgb(194,187,66); }
div.DivClassName
{
background-color: #C2BB42;
}
.BgClassName
{
background-color: #C2BB42;
}
</style>
border-color css
<style>
span { border-color: #C2BB42; }
span { border-color: rgb(194,187,66); }
td.TdClassName
{
border-color: #C2BB42;
}
.TagClassName
{
border-color: #C2BB42;
}
</style>