Shades of Corvette #F1C189
Tints of Corvette #F1C189
RGB
CMYK
RGB Variations
Color information
#F1C189 (or 0xF1C189) is known color: Corvette. HEX triplet: F1, C1 and 89. RGB value is (241,193,137). Sum of RGB (Red+Green+Blue) = 241+193+137=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C189 is #0E3E76. Grayscale: #C9C9C9. Windows color (decimal): -933495 or 9028081. OLE color: 9028081.
HSL color Cylindrical-coordinate representation of color #F1C189: hue angle of 32.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1C189 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 137 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.05 |
| HSL | 32.31º | 0.79% | 0.74% | - |
| HSV(B) | 32.31º | 0.43% | 0.95% | - |
| XYZ | 59.86 | 58.65 | 31.83 | - |
| YUV | 200.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 137 | 0 | 0.20 | 0.43 | 0.05 | 32.31 | 0.79 | 0.74 |
| Hex | F1 | C1 | 89 | 0 | 14 | 2B | 5 | 20 | 4F | 4A |
| Octal | 361 | 301 | 211 | 0 | 24 | 53 | 5 | 40 | 117 | 112 |
| Binary | 11110001 | 11000001 | 10001001 | 0 | 10100 | 101011 | 101 | 100000 | 1001111 | 1001010 |
Color Harmonies of #F1C189
Complementary color
Monochromatic Colors of #F1C189
Black with #F1C189
Text Example
Text Example
White with #F1C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C189; }
p { color: rgb(241,193,137); }
H1.HeaderClassName
{
color: #F1C189;
}
.AnyTagClassName
{
color: #F1C189;
}
</style>
background-color css
<style>
a { background-color: #F1C189; }
a { background-color: rgb(241,193,137); }
div.DivClassName
{
background-color: #F1C189;
}
.BgClassName
{
background-color: #F1C189;
}
</style>
border-color css
<style>
span { border-color: #F1C189; }
span { border-color: rgb(241,193,137); }
td.TdClassName
{
border-color: #F1C189;
}
.TagClassName
{
border-color: #F1C189;
}
</style>