Shades of Fallow #C99E6C
Tints of Fallow #C99E6C
RGB
CMYK
RGB Variations
Color information
#C99E6C (or 0xC99E6C) is known color: Fallow. HEX triplet: C9, 9E and 6C. RGB value is (201,158,108). Sum of RGB (Red+Green+Blue) = 201+158+108=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E6C is #366193. Grayscale: #A5A5A5. Windows color (decimal): -3563924 or 7118537. OLE color: 7118537.
HSL color Cylindrical-coordinate representation of color #C99E6C: hue angle of 32.26º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C99E6C is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 108 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.21 |
| HSL | 32.26º | 0.46% | 0.61% | - |
| HSV(B) | 32.26º | 0.46% | 0.79% | - |
| XYZ | 39.02 | 37.95 | 19.46 | - |
| YUV | 165.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 108 | 0 | 0.21 | 0.46 | 0.21 | 32.26 | 0.46 | 0.61 |
| Hex | C9 | 9E | 6C | 0 | 15 | 2E | 15 | 20 | 2E | 3D |
| Octal | 311 | 236 | 154 | 0 | 25 | 56 | 25 | 40 | 56 | 75 |
| Binary | 11001001 | 10011110 | 1101100 | 0 | 10101 | 101110 | 10101 | 100000 | 101110 | 111101 |
Color Harmonies of #C99E6C
Complementary color
Monochromatic Colors of #C99E6C
Black with #C99E6C
Text Example
Text Example
White with #C99E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E6C; }
p { color: rgb(201,158,108); }
H1.HeaderClassName
{
color: #C99E6C;
}
.AnyTagClassName
{
color: #C99E6C;
}
</style>
background-color css
<style>
a { background-color: #C99E6C; }
a { background-color: rgb(201,158,108); }
div.DivClassName
{
background-color: #C99E6C;
}
.BgClassName
{
background-color: #C99E6C;
}
</style>
border-color css
<style>
span { border-color: #C99E6C; }
span { border-color: rgb(201,158,108); }
td.TdClassName
{
border-color: #C99E6C;
}
.TagClassName
{
border-color: #C99E6C;
}
</style>