Shades of Fallow #C99E6E
Tints of Fallow #C99E6E
RGB
CMYK
RGB Variations
Color information
#C99E6E (or 0xC99E6E) is known color: Fallow. HEX triplet: C9, 9E and 6E. RGB value is (201,158,110). Sum of RGB (Red+Green+Blue) = 201+158+110=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E6E is #366191. Grayscale: #A5A5A5. Windows color (decimal): -3563922 or 7249609. OLE color: 7249609.
HSL color Cylindrical-coordinate representation of color #C99E6E: hue angle of 31.65º 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 #C99E6E is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 110 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.21 |
| HSL | 31.65º | 0.46% | 0.61% | - |
| HSV(B) | 31.65º | 0.45% | 0.79% | - |
| XYZ | 39.13 | 38 | 20.02 | - |
| YUV | 165.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 110 | 0 | 0.21 | 0.45 | 0.21 | 31.65 | 0.46 | 0.61 |
| Hex | C9 | 9E | 6E | 0 | 15 | 2D | 15 | 20 | 2E | 3D |
| Octal | 311 | 236 | 156 | 0 | 25 | 55 | 25 | 40 | 56 | 75 |
| Binary | 11001001 | 10011110 | 1101110 | 0 | 10101 | 101101 | 10101 | 100000 | 101110 | 111101 |
Color Harmonies of #C99E6E
Complementary color
Monochromatic Colors of #C99E6E
Black with #C99E6E
Text Example
Text Example
White with #C99E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E6E; }
p { color: rgb(201,158,110); }
H1.HeaderClassName
{
color: #C99E6E;
}
.AnyTagClassName
{
color: #C99E6E;
}
</style>
background-color css
<style>
a { background-color: #C99E6E; }
a { background-color: rgb(201,158,110); }
div.DivClassName
{
background-color: #C99E6E;
}
.BgClassName
{
background-color: #C99E6E;
}
</style>
border-color css
<style>
span { border-color: #C99E6E; }
span { border-color: rgb(201,158,110); }
td.TdClassName
{
border-color: #C99E6E;
}
.TagClassName
{
border-color: #C99E6E;
}
</style>