Shades of Old Gold #C1B32F
Tints of Old Gold #C1B32F
RGB
CMYK
RGB Variations
Color information
#C1B32F (or 0xC1B32F) is known color: Old Gold. HEX triplet: C1, B3 and 2F. RGB value is (193,179,47). Sum of RGB (Red+Green+Blue) = 193+179+47=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B32F is #3E4CD0. Grayscale: #A8A8A8. Windows color (decimal): -4082897 or 3126209. OLE color: 3126209.
HSL color Cylindrical-coordinate representation of color #C1B32F: hue angle of 54.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1B32F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 47 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.24 |
| HSL | 54.25º | 0.61% | 0.47% | - |
| HSV(B) | 54.25º | 0.76% | 0.76% | - |
| XYZ | 38.63 | 43.78 | 9.1 | - |
| YUV | 168.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 47 | 0 | 0.07 | 0.76 | 0.24 | 54.25 | 0.61 | 0.47 |
| Hex | C1 | B3 | 2F | 0 | 7 | 4C | 18 | 36 | 3D | 2F |
| Octal | 301 | 263 | 57 | 0 | 7 | 114 | 30 | 66 | 75 | 57 |
| Binary | 11000001 | 10110011 | 101111 | 0 | 111 | 1001100 | 11000 | 110110 | 111101 | 101111 |
Color Harmonies of #C1B32F
Complementary color
Monochromatic Colors of #C1B32F
Black with #C1B32F
Text Example
Text Example
White with #C1B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B32F; }
p { color: rgb(193,179,47); }
H1.HeaderClassName
{
color: #C1B32F;
}
.AnyTagClassName
{
color: #C1B32F;
}
</style>
background-color css
<style>
a { background-color: #C1B32F; }
a { background-color: rgb(193,179,47); }
div.DivClassName
{
background-color: #C1B32F;
}
.BgClassName
{
background-color: #C1B32F;
}
</style>
border-color css
<style>
span { border-color: #C1B32F; }
span { border-color: rgb(193,179,47); }
td.TdClassName
{
border-color: #C1B32F;
}
.TagClassName
{
border-color: #C1B32F;
}
</style>