Shades of Old Gold #C1B440
Tints of Old Gold #C1B440
RGB
CMYK
RGB Variations
Color information
#C1B440 (or 0xC1B440) is known color: Old Gold. HEX triplet: C1, B4 and 40. RGB value is (193,180,64). Sum of RGB (Red+Green+Blue) = 193+180+64=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B440 is #3E4BBF. Grayscale: #ABABAB. Windows color (decimal): -4082624 or 4240577. OLE color: 4240577.
HSL color Cylindrical-coordinate representation of color #C1B440: hue angle of 53.95º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1B440 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 180 | 64 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.24 |
| HSL | 53.95º | 0.51% | 0.5% | - |
| HSV(B) | 53.95º | 0.67% | 0.76% | - |
| XYZ | 39.24 | 44.35 | 11.34 | - |
| YUV | 170.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 64 | 0 | 0.07 | 0.67 | 0.24 | 53.95 | 0.51 | 0.5 |
| Hex | C1 | B4 | 40 | 0 | 7 | 43 | 18 | 36 | 33 | 32 |
| Octal | 301 | 264 | 100 | 0 | 7 | 103 | 30 | 66 | 63 | 62 |
| Binary | 11000001 | 10110100 | 1000000 | 0 | 111 | 1000011 | 11000 | 110110 | 110011 | 110010 |
Color Harmonies of #C1B440
Complementary color
Monochromatic Colors of #C1B440
Black with #C1B440
Text Example
Text Example
White with #C1B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B440; }
p { color: rgb(193,180,64); }
H1.HeaderClassName
{
color: #C1B440;
}
.AnyTagClassName
{
color: #C1B440;
}
</style>
background-color css
<style>
a { background-color: #C1B440; }
a { background-color: rgb(193,180,64); }
div.DivClassName
{
background-color: #C1B440;
}
.BgClassName
{
background-color: #C1B440;
}
</style>
border-color css
<style>
span { border-color: #C1B440; }
span { border-color: rgb(193,180,64); }
td.TdClassName
{
border-color: #C1B440;
}
.TagClassName
{
border-color: #C1B440;
}
</style>