Shades of Chamois #F0CD9A
Tints of Chamois #F0CD9A
RGB
CMYK
RGB Variations
Color information
#F0CD9A (or 0xF0CD9A) is known color: Chamois. HEX triplet: F0, CD and 9A. RGB value is (240,205,154). Sum of RGB (Red+Green+Blue) = 240+205+154=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CD9A is #0F3265. Grayscale: #D1D1D1. Windows color (decimal): -995942 or 10145264. OLE color: 10145264.
HSL color Cylindrical-coordinate representation of color #F0CD9A: hue angle of 35.58º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0CD9A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 154 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.06 |
| HSL | 35.58º | 0.74% | 0.77% | - |
| HSV(B) | 35.58º | 0.36% | 0.94% | - |
| XYZ | 63.6 | 64.52 | 39.67 | - |
| YUV | 209.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 154 | 0 | 0.15 | 0.36 | 0.06 | 35.58 | 0.74 | 0.77 |
| Hex | F0 | CD | 9A | 0 | F | 24 | 6 | 24 | 4A | 4D |
| Octal | 360 | 315 | 232 | 0 | 17 | 44 | 6 | 44 | 112 | 115 |
| Binary | 11110000 | 11001101 | 10011010 | 0 | 1111 | 100100 | 110 | 100100 | 1001010 | 1001101 |
Color Harmonies of #F0CD9A
Complementary color
Monochromatic Colors of #F0CD9A
Black with #F0CD9A
Text Example
Text Example
White with #F0CD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CD9A; }
p { color: rgb(240,205,154); }
H1.HeaderClassName
{
color: #F0CD9A;
}
.AnyTagClassName
{
color: #F0CD9A;
}
</style>
background-color css
<style>
a { background-color: #F0CD9A; }
a { background-color: rgb(240,205,154); }
div.DivClassName
{
background-color: #F0CD9A;
}
.BgClassName
{
background-color: #F0CD9A;
}
</style>
border-color css
<style>
span { border-color: #F0CD9A; }
span { border-color: rgb(240,205,154); }
td.TdClassName
{
border-color: #F0CD9A;
}
.TagClassName
{
border-color: #F0CD9A;
}
</style>