Shades of Fallow #C99F6E
Tints of Fallow #C99F6E
RGB
CMYK
RGB Variations
Color information
#C99F6E (or 0xC99F6E) is known color: Fallow. HEX triplet: C9, 9F and 6E. RGB value is (201,159,110). Sum of RGB (Red+Green+Blue) = 201+159+110=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F6E is #366091. Grayscale: #A6A6A6. Windows color (decimal): -3563666 or 7249865. OLE color: 7249865.
HSL color Cylindrical-coordinate representation of color #C99F6E: hue angle of 32.31º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C99F6E is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 110 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.21 |
| HSL | 32.31º | 0.46% | 0.61% | - |
| HSV(B) | 32.31º | 0.45% | 0.79% | - |
| XYZ | 39.3 | 38.34 | 20.08 | - |
| YUV | 165.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 110 | 0 | 0.21 | 0.45 | 0.21 | 32.31 | 0.46 | 0.61 |
| Hex | C9 | 9F | 6E | 0 | 15 | 2D | 15 | 20 | 2E | 3D |
| Octal | 311 | 237 | 156 | 0 | 25 | 55 | 25 | 40 | 56 | 75 |
| Binary | 11001001 | 10011111 | 1101110 | 0 | 10101 | 101101 | 10101 | 100000 | 101110 | 111101 |
Color Harmonies of #C99F6E
Complementary color
Monochromatic Colors of #C99F6E
Black with #C99F6E
Text Example
Text Example
White with #C99F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F6E; }
p { color: rgb(201,159,110); }
H1.HeaderClassName
{
color: #C99F6E;
}
.AnyTagClassName
{
color: #C99F6E;
}
</style>
background-color css
<style>
a { background-color: #C99F6E; }
a { background-color: rgb(201,159,110); }
div.DivClassName
{
background-color: #C99F6E;
}
.BgClassName
{
background-color: #C99F6E;
}
</style>
border-color css
<style>
span { border-color: #C99F6E; }
span { border-color: rgb(201,159,110); }
td.TdClassName
{
border-color: #C99F6E;
}
.TagClassName
{
border-color: #C99F6E;
}
</style>