Shades of Old Gold #C2B133
Tints of Old Gold #C2B133
RGB
CMYK
RGB Variations
Color information
#C2B133 (or 0xC2B133) is known color: Old Gold. HEX triplet: C2, B1 and 33. RGB value is (194,177,51). Sum of RGB (Red+Green+Blue) = 194+177+51=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B133 is #3D4ECC. Grayscale: #A8A8A8. Windows color (decimal): -4017869 or 3387842. OLE color: 3387842.
HSL color Cylindrical-coordinate representation of color #C2B133: hue angle of 52.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2B133 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 177 | 51 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.24 |
| HSL | 52.87º | 0.58% | 0.48% | - |
| HSV(B) | 52.87º | 0.74% | 0.76% | - |
| XYZ | 38.57 | 43.15 | 9.43 | - |
| YUV | 167.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 51 | 0 | 0.09 | 0.74 | 0.24 | 52.87 | 0.58 | 0.48 |
| Hex | C2 | B1 | 33 | 0 | 9 | 4A | 18 | 35 | 3A | 30 |
| Octal | 302 | 261 | 63 | 0 | 11 | 112 | 30 | 65 | 72 | 60 |
| Binary | 11000010 | 10110001 | 110011 | 0 | 1001 | 1001010 | 11000 | 110101 | 111010 | 110000 |
Color Harmonies of #C2B133
Complementary color
Monochromatic Colors of #C2B133
Black with #C2B133
Text Example
Text Example
White with #C2B133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B133; }
p { color: rgb(194,177,51); }
H1.HeaderClassName
{
color: #C2B133;
}
.AnyTagClassName
{
color: #C2B133;
}
</style>
background-color css
<style>
a { background-color: #C2B133; }
a { background-color: rgb(194,177,51); }
div.DivClassName
{
background-color: #C2B133;
}
.BgClassName
{
background-color: #C2B133;
}
</style>
border-color css
<style>
span { border-color: #C2B133; }
span { border-color: rgb(194,177,51); }
td.TdClassName
{
border-color: #C2B133;
}
.TagClassName
{
border-color: #C2B133;
}
</style>