Shades of Old Gold #C1B532
Tints of Old Gold #C1B532
RGB
CMYK
RGB Variations
Color information
#C1B532 (or 0xC1B532) is known color: Old Gold. HEX triplet: C1, B5 and 32. RGB value is (193,181,50). Sum of RGB (Red+Green+Blue) = 193+181+50=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B532 is #3E4ACD. Grayscale: #AAAAAA. Windows color (decimal): -4082382 or 3323329. OLE color: 3323329.
HSL color Cylindrical-coordinate representation of color #C1B532: hue angle of 54.97º 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 #C1B532 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 50 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.24 |
| HSL | 54.97º | 0.59% | 0.48% | - |
| HSV(B) | 54.97º | 0.74% | 0.76% | - |
| XYZ | 39.09 | 44.62 | 9.57 | - |
| YUV | 169.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 50 | 0 | 0.06 | 0.74 | 0.24 | 54.97 | 0.59 | 0.48 |
| Hex | C1 | B5 | 32 | 0 | 6 | 4A | 18 | 37 | 3B | 30 |
| Octal | 301 | 265 | 62 | 0 | 6 | 112 | 30 | 67 | 73 | 60 |
| Binary | 11000001 | 10110101 | 110010 | 0 | 110 | 1001010 | 11000 | 110111 | 111011 | 110000 |
Color Harmonies of #C1B532
Complementary color
Monochromatic Colors of #C1B532
Black with #C1B532
Text Example
Text Example
White with #C1B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B532; }
p { color: rgb(193,181,50); }
H1.HeaderClassName
{
color: #C1B532;
}
.AnyTagClassName
{
color: #C1B532;
}
</style>
background-color css
<style>
a { background-color: #C1B532; }
a { background-color: rgb(193,181,50); }
div.DivClassName
{
background-color: #C1B532;
}
.BgClassName
{
background-color: #C1B532;
}
</style>
border-color css
<style>
span { border-color: #C1B532; }
span { border-color: rgb(193,181,50); }
td.TdClassName
{
border-color: #C1B532;
}
.TagClassName
{
border-color: #C1B532;
}
</style>