Shades of Chamois #F0CF92
Tints of Chamois #F0CF92
RGB
CMYK
RGB Variations
Color information
#F0CF92 (or 0xF0CF92) is known color: Chamois. HEX triplet: F0, CF and 92. RGB value is (240,207,146). Sum of RGB (Red+Green+Blue) = 240+207+146=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF92 is #0F306D. Grayscale: #D2D2D2. Windows color (decimal): -995438 or 9621488. OLE color: 9621488.
HSL color Cylindrical-coordinate representation of color #F0CF92: hue angle of 38.94º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0CF92 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 146 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.06 |
| HSL | 38.94º | 0.76% | 0.76% | - |
| HSV(B) | 38.94º | 0.39% | 0.94% | - |
| XYZ | 63.44 | 65.23 | 36.44 | - |
| YUV | 209.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 146 | 0 | 0.14 | 0.39 | 0.06 | 38.94 | 0.76 | 0.76 |
| Hex | F0 | CF | 92 | 0 | E | 27 | 6 | 27 | 4C | 4C |
| Octal | 360 | 317 | 222 | 0 | 16 | 47 | 6 | 47 | 114 | 114 |
| Binary | 11110000 | 11001111 | 10010010 | 0 | 1110 | 100111 | 110 | 100111 | 1001100 | 1001100 |
Color Harmonies of #F0CF92
Complementary color
Monochromatic Colors of #F0CF92
Black with #F0CF92
Text Example
Text Example
White with #F0CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CF92; }
p { color: rgb(240,207,146); }
H1.HeaderClassName
{
color: #F0CF92;
}
.AnyTagClassName
{
color: #F0CF92;
}
</style>
background-color css
<style>
a { background-color: #F0CF92; }
a { background-color: rgb(240,207,146); }
div.DivClassName
{
background-color: #F0CF92;
}
.BgClassName
{
background-color: #F0CF92;
}
</style>
border-color css
<style>
span { border-color: #F0CF92; }
span { border-color: rgb(240,207,146); }
td.TdClassName
{
border-color: #F0CF92;
}
.TagClassName
{
border-color: #F0CF92;
}
</style>