Shades of Fallow #C99D6D
Tints of Fallow #C99D6D
RGB
CMYK
RGB Variations
Color information
#C99D6D (or 0xC99D6D) is known color: Fallow. HEX triplet: C9, 9D and 6D. RGB value is (201,157,109). Sum of RGB (Red+Green+Blue) = 201+157+109=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D6D is #366292. Grayscale: #A4A4A4. Windows color (decimal): -3564179 or 7183817. OLE color: 7183817.
HSL color Cylindrical-coordinate representation of color #C99D6D: hue angle of 31.3º 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 #C99D6D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 109 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.21 |
| HSL | 31.3º | 0.46% | 0.61% | - |
| HSV(B) | 31.3º | 0.46% | 0.79% | - |
| XYZ | 38.9 | 37.64 | 19.68 | - |
| YUV | 164.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 109 | 0 | 0.22 | 0.46 | 0.21 | 31.3 | 0.46 | 0.61 |
| Hex | C9 | 9D | 6D | 0 | 16 | 2E | 15 | 1F | 2E | 3D |
| Octal | 311 | 235 | 155 | 0 | 26 | 56 | 25 | 37 | 56 | 75 |
| Binary | 11001001 | 10011101 | 1101101 | 0 | 10110 | 101110 | 10101 | 11111 | 101110 | 111101 |
Color Harmonies of #C99D6D
Complementary color
Monochromatic Colors of #C99D6D
Black with #C99D6D
Text Example
Text Example
White with #C99D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D6D; }
p { color: rgb(201,157,109); }
H1.HeaderClassName
{
color: #C99D6D;
}
.AnyTagClassName
{
color: #C99D6D;
}
</style>
background-color css
<style>
a { background-color: #C99D6D; }
a { background-color: rgb(201,157,109); }
div.DivClassName
{
background-color: #C99D6D;
}
.BgClassName
{
background-color: #C99D6D;
}
</style>
border-color css
<style>
span { border-color: #C99D6D; }
span { border-color: rgb(201,157,109); }
td.TdClassName
{
border-color: #C99D6D;
}
.TagClassName
{
border-color: #C99D6D;
}
</style>