Shades of Chamois #F0CF95
Tints of Chamois #F0CF95
RGB
CMYK
RGB Variations
Color information
#F0CF95 (or 0xF0CF95) is known color: Chamois. HEX triplet: F0, CF and 95. RGB value is (240,207,149). Sum of RGB (Red+Green+Blue) = 240+207+149=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF95 is #0F306A. Grayscale: #D2D2D2. Windows color (decimal): -995435 or 9818096. OLE color: 9818096.
HSL color Cylindrical-coordinate representation of color #F0CF95: hue angle of 38.24º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0CF95 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 149 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.06 |
| HSL | 38.24º | 0.75% | 0.76% | - |
| HSV(B) | 38.24º | 0.38% | 0.94% | - |
| XYZ | 63.67 | 65.32 | 37.69 | - |
| YUV | 210.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 149 | 0 | 0.14 | 0.38 | 0.06 | 38.24 | 0.75 | 0.76 |
| Hex | F0 | CF | 95 | 0 | E | 26 | 6 | 26 | 4B | 4C |
| Octal | 360 | 317 | 225 | 0 | 16 | 46 | 6 | 46 | 113 | 114 |
| Binary | 11110000 | 11001111 | 10010101 | 0 | 1110 | 100110 | 110 | 100110 | 1001011 | 1001100 |
Color Harmonies of #F0CF95
Complementary color
Monochromatic Colors of #F0CF95
Black with #F0CF95
Text Example
Text Example
White with #F0CF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF95; }
p { color: rgb(240,207,149); }
H1.HeaderClassName
{
color: #F0CF95;
}
.AnyTagClassName
{
color: #F0CF95;
}
</style>
background-color css
<style>
a { background-color: #F0CF95; }
a { background-color: rgb(240,207,149); }
div.DivClassName
{
background-color: #F0CF95;
}
.BgClassName
{
background-color: #F0CF95;
}
</style>
border-color css
<style>
span { border-color: #F0CF95; }
span { border-color: rgb(240,207,149); }
td.TdClassName
{
border-color: #F0CF95;
}
.TagClassName
{
border-color: #F0CF95;
}
</style>