Shades of Old Gold #C2B231
Tints of Old Gold #C2B231
RGB
CMYK
RGB Variations
Color information
#C2B231 (or 0xC2B231) is known color: Old Gold. HEX triplet: C2, B2 and 31. RGB value is (194,178,49). Sum of RGB (Red+Green+Blue) = 194+178+49=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B231 is #3D4DCE. Grayscale: #A8A8A8. Windows color (decimal): -4017615 or 3257026. OLE color: 3257026.
HSL color Cylindrical-coordinate representation of color #C2B231: hue angle of 53.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2B231 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 49 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.24 |
| HSL | 53.38º | 0.6% | 0.48% | - |
| HSV(B) | 53.38º | 0.75% | 0.76% | - |
| XYZ | 38.72 | 43.53 | 9.27 | - |
| YUV | 168.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 49 | 0 | 0.08 | 0.75 | 0.24 | 53.38 | 0.6 | 0.48 |
| Hex | C2 | B2 | 31 | 0 | 8 | 4B | 18 | 35 | 3C | 30 |
| Octal | 302 | 262 | 61 | 0 | 10 | 113 | 30 | 65 | 74 | 60 |
| Binary | 11000010 | 10110010 | 110001 | 0 | 1000 | 1001011 | 11000 | 110101 | 111100 | 110000 |
Color Harmonies of #C2B231
Complementary color
Monochromatic Colors of #C2B231
Black with #C2B231
Text Example
Text Example
White with #C2B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B231; }
p { color: rgb(194,178,49); }
H1.HeaderClassName
{
color: #C2B231;
}
.AnyTagClassName
{
color: #C2B231;
}
</style>
background-color css
<style>
a { background-color: #C2B231; }
a { background-color: rgb(194,178,49); }
div.DivClassName
{
background-color: #C2B231;
}
.BgClassName
{
background-color: #C2B231;
}
</style>
border-color css
<style>
span { border-color: #C2B231; }
span { border-color: rgb(194,178,49); }
td.TdClassName
{
border-color: #C2B231;
}
.TagClassName
{
border-color: #C2B231;
}
</style>