Shades of Old Gold #C1BE3C
Tints of Old Gold #C1BE3C
RGB
CMYK
RGB Variations
Color information
#C1BE3C (or 0xC1BE3C) is known color: Old Gold. HEX triplet: C1, BE and 3C. RGB value is (193,190,60). Sum of RGB (Red+Green+Blue) = 193+190+60=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE3C is #3E41C3. Grayscale: #B0B0B0. Windows color (decimal): -4080068 or 3980993. OLE color: 3980993.
HSL color Cylindrical-coordinate representation of color #C1BE3C: hue angle of 58.65º 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 #C1BE3C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 60 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.24 |
| HSL | 58.65º | 0.53% | 0.5% | - |
| HSV(B) | 58.65º | 0.69% | 0.76% | - |
| XYZ | 41.22 | 48.49 | 11.46 | - |
| YUV | 176.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 60 | 0 | 0.02 | 0.69 | 0.24 | 58.65 | 0.53 | 0.5 |
| Hex | C1 | BE | 3C | 0 | 2 | 45 | 18 | 3B | 35 | 32 |
| Octal | 301 | 276 | 74 | 0 | 2 | 105 | 30 | 73 | 65 | 62 |
| Binary | 11000001 | 10111110 | 111100 | 0 | 10 | 1000101 | 11000 | 111011 | 110101 | 110010 |
Color Harmonies of #C1BE3C
Complementary color
Monochromatic Colors of #C1BE3C
Black with #C1BE3C
Text Example
Text Example
White with #C1BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE3C; }
p { color: rgb(193,190,60); }
H1.HeaderClassName
{
color: #C1BE3C;
}
.AnyTagClassName
{
color: #C1BE3C;
}
</style>
background-color css
<style>
a { background-color: #C1BE3C; }
a { background-color: rgb(193,190,60); }
div.DivClassName
{
background-color: #C1BE3C;
}
.BgClassName
{
background-color: #C1BE3C;
}
</style>
border-color css
<style>
span { border-color: #C1BE3C; }
span { border-color: rgb(193,190,60); }
td.TdClassName
{
border-color: #C1BE3C;
}
.TagClassName
{
border-color: #C1BE3C;
}
</style>