Shades of Chamois #F0CD93
Tints of Chamois #F0CD93
RGB
CMYK
RGB Variations
Color information
#F0CD93 (or 0xF0CD93) is known color: Chamois. HEX triplet: F0, CD and 93. RGB value is (240,205,147). Sum of RGB (Red+Green+Blue) = 240+205+147=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CD93 is #0F326C. Grayscale: #D1D1D1. Windows color (decimal): -995949 or 9686512. OLE color: 9686512.
HSL color Cylindrical-coordinate representation of color #F0CD93: hue angle of 37.42º 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 #F0CD93 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 147 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.06 |
| HSL | 37.42º | 0.76% | 0.76% | - |
| HSV(B) | 37.42º | 0.39% | 0.94% | - |
| XYZ | 63.03 | 64.29 | 36.69 | - |
| YUV | 208.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 147 | 0 | 0.15 | 0.39 | 0.06 | 37.42 | 0.76 | 0.76 |
| Hex | F0 | CD | 93 | 0 | F | 27 | 6 | 25 | 4C | 4C |
| Octal | 360 | 315 | 223 | 0 | 17 | 47 | 6 | 45 | 114 | 114 |
| Binary | 11110000 | 11001101 | 10010011 | 0 | 1111 | 100111 | 110 | 100101 | 1001100 | 1001100 |
Color Harmonies of #F0CD93
Complementary color
Monochromatic Colors of #F0CD93
Black with #F0CD93
Text Example
Text Example
White with #F0CD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD93; }
p { color: rgb(240,205,147); }
H1.HeaderClassName
{
color: #F0CD93;
}
.AnyTagClassName
{
color: #F0CD93;
}
</style>
background-color css
<style>
a { background-color: #F0CD93; }
a { background-color: rgb(240,205,147); }
div.DivClassName
{
background-color: #F0CD93;
}
.BgClassName
{
background-color: #F0CD93;
}
</style>
border-color css
<style>
span { border-color: #F0CD93; }
span { border-color: rgb(240,205,147); }
td.TdClassName
{
border-color: #F0CD93;
}
.TagClassName
{
border-color: #F0CD93;
}
</style>