Shades of Old Gold #C1B232
Tints of Old Gold #C1B232
RGB
CMYK
RGB Variations
Color information
#C1B232 (or 0xC1B232) is known color: Old Gold. HEX triplet: C1, B2 and 32. RGB value is (193,178,50). Sum of RGB (Red+Green+Blue) = 193+178+50=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B232 is #3E4DCD. Grayscale: #A8A8A8. Windows color (decimal): -4083150 or 3322561. OLE color: 3322561.
HSL color Cylindrical-coordinate representation of color #C1B232: hue angle of 53.71º degrees, saturation: 0.59, 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 #C1B232 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 50 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.24 |
| HSL | 53.71º | 0.59% | 0.48% | - |
| HSV(B) | 53.71º | 0.74% | 0.76% | - |
| XYZ | 38.49 | 43.41 | 9.37 | - |
| YUV | 167.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 50 | 0 | 0.08 | 0.74 | 0.24 | 53.71 | 0.59 | 0.48 |
| Hex | C1 | B2 | 32 | 0 | 8 | 4A | 18 | 36 | 3B | 30 |
| Octal | 301 | 262 | 62 | 0 | 10 | 112 | 30 | 66 | 73 | 60 |
| Binary | 11000001 | 10110010 | 110010 | 0 | 1000 | 1001010 | 11000 | 110110 | 111011 | 110000 |
Color Harmonies of #C1B232
Complementary color
Monochromatic Colors of #C1B232
Black with #C1B232
Text Example
Text Example
White with #C1B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B232; }
p { color: rgb(193,178,50); }
H1.HeaderClassName
{
color: #C1B232;
}
.AnyTagClassName
{
color: #C1B232;
}
</style>
background-color css
<style>
a { background-color: #C1B232; }
a { background-color: rgb(193,178,50); }
div.DivClassName
{
background-color: #C1B232;
}
.BgClassName
{
background-color: #C1B232;
}
</style>
border-color css
<style>
span { border-color: #C1B232; }
span { border-color: rgb(193,178,50); }
td.TdClassName
{
border-color: #C1B232;
}
.TagClassName
{
border-color: #C1B232;
}
</style>