Shades of Old Gold #C2B230
Tints of Old Gold #C2B230
RGB
CMYK
RGB Variations
Color information
#C2B230 (or 0xC2B230) is known color: Old Gold. HEX triplet: C2, B2 and 30. RGB value is (194,178,48). Sum of RGB (Red+Green+Blue) = 194+178+48=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B230 is #3D4DCF. Grayscale: #A8A8A8. Windows color (decimal): -4017616 or 3191490. OLE color: 3191490.
HSL color Cylindrical-coordinate representation of color #C2B230: hue angle of 53.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2B230 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 48 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.24 |
| HSL | 53.42º | 0.6% | 0.47% | - |
| HSV(B) | 53.42º | 0.75% | 0.76% | - |
| XYZ | 38.7 | 43.52 | 9.16 | - |
| YUV | 167.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 48 | 0 | 0.08 | 0.75 | 0.24 | 53.42 | 0.6 | 0.47 |
| Hex | C2 | B2 | 30 | 0 | 8 | 4B | 18 | 35 | 3C | 2F |
| Octal | 302 | 262 | 60 | 0 | 10 | 113 | 30 | 65 | 74 | 57 |
| Binary | 11000010 | 10110010 | 110000 | 0 | 1000 | 1001011 | 11000 | 110101 | 111100 | 101111 |
Color Harmonies of #C2B230
Complementary color
Monochromatic Colors of #C2B230
Black with #C2B230
Text Example
Text Example
White with #C2B230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B230; }
p { color: rgb(194,178,48); }
H1.HeaderClassName
{
color: #C2B230;
}
.AnyTagClassName
{
color: #C2B230;
}
</style>
background-color css
<style>
a { background-color: #C2B230; }
a { background-color: rgb(194,178,48); }
div.DivClassName
{
background-color: #C2B230;
}
.BgClassName
{
background-color: #C2B230;
}
</style>
border-color css
<style>
span { border-color: #C2B230; }
span { border-color: rgb(194,178,48); }
td.TdClassName
{
border-color: #C2B230;
}
.TagClassName
{
border-color: #C2B230;
}
</style>