Shades of Old Gold #C1BF3C
Tints of Old Gold #C1BF3C
RGB
CMYK
RGB Variations
Color information
#C1BF3C (or 0xC1BF3C) is known color: Old Gold. HEX triplet: C1, BF and 3C. RGB value is (193,191,60). Sum of RGB (Red+Green+Blue) = 193+191+60=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF3C is #3E40C3. Grayscale: #B1B1B1. Windows color (decimal): -4079812 or 3981249. OLE color: 3981249.
HSL color Cylindrical-coordinate representation of color #C1BF3C: hue angle of 59.1º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1BF3C is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 60 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.24 |
| HSL | 59.1º | 0.53% | 0.5% | - |
| HSV(B) | 59.1º | 0.69% | 0.76% | - |
| XYZ | 41.44 | 48.93 | 11.53 | - |
| YUV | 176.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 60 | 0 | 0.01 | 0.69 | 0.24 | 59.1 | 0.53 | 0.5 |
| Hex | C1 | BF | 3C | 0 | 1 | 45 | 18 | 3B | 35 | 32 |
| Octal | 301 | 277 | 74 | 0 | 1 | 105 | 30 | 73 | 65 | 62 |
| Binary | 11000001 | 10111111 | 111100 | 0 | 1 | 1000101 | 11000 | 111011 | 110101 | 110010 |
Color Harmonies of #C1BF3C
Complementary color
Monochromatic Colors of #C1BF3C
Black with #C1BF3C
Text Example
Text Example
White with #C1BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF3C; }
p { color: rgb(193,191,60); }
H1.HeaderClassName
{
color: #C1BF3C;
}
.AnyTagClassName
{
color: #C1BF3C;
}
</style>
background-color css
<style>
a { background-color: #C1BF3C; }
a { background-color: rgb(193,191,60); }
div.DivClassName
{
background-color: #C1BF3C;
}
.BgClassName
{
background-color: #C1BF3C;
}
</style>
border-color css
<style>
span { border-color: #C1BF3C; }
span { border-color: rgb(193,191,60); }
td.TdClassName
{
border-color: #C1BF3C;
}
.TagClassName
{
border-color: #C1BF3C;
}
</style>