Shades of Chamois #F0C990
Tints of Chamois #F0C990
RGB
CMYK
RGB Variations
Color information
#F0C990 (or 0xF0C990) is known color: Chamois. HEX triplet: F0, C9 and 90. RGB value is (240,201,144). Sum of RGB (Red+Green+Blue) = 240+201+144=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C990 is #0F366F. Grayscale: #CECECE. Windows color (decimal): -996976 or 9488880. OLE color: 9488880.
HSL color Cylindrical-coordinate representation of color #F0C990: hue angle of 35.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0C990 is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 144 | - |
| CMYK | 0 | 0.16 | 0.4 | 0.06 |
| HSL | 35.63º | 0.76% | 0.75% | - |
| HSV(B) | 35.63º | 0.4% | 0.94% | - |
| XYZ | 61.86 | 62.31 | 35.15 | - |
| YUV | 206.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 144 | 0 | 0.16 | 0.4 | 0.06 | 35.63 | 0.76 | 0.75 |
| Hex | F0 | C9 | 90 | 0 | 10 | 28 | 6 | 24 | 4C | 4B |
| Octal | 360 | 311 | 220 | 0 | 20 | 50 | 6 | 44 | 114 | 113 |
| Binary | 11110000 | 11001001 | 10010000 | 0 | 10000 | 101000 | 110 | 100100 | 1001100 | 1001011 |
Color Harmonies of #F0C990
Complementary color
Monochromatic Colors of #F0C990
Black with #F0C990
Text Example
Text Example
White with #F0C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C990; }
p { color: rgb(240,201,144); }
H1.HeaderClassName
{
color: #F0C990;
}
.AnyTagClassName
{
color: #F0C990;
}
</style>
background-color css
<style>
a { background-color: #F0C990; }
a { background-color: rgb(240,201,144); }
div.DivClassName
{
background-color: #F0C990;
}
.BgClassName
{
background-color: #F0C990;
}
</style>
border-color css
<style>
span { border-color: #F0C990; }
span { border-color: rgb(240,201,144); }
td.TdClassName
{
border-color: #F0C990;
}
.TagClassName
{
border-color: #F0C990;
}
</style>