Shades of Fallow #C99F6D
Tints of Fallow #C99F6D
RGB
CMYK
RGB Variations
Color information
#C99F6D (or 0xC99F6D) is known color: Fallow. HEX triplet: C9, 9F and 6D. RGB value is (201,159,109). Sum of RGB (Red+Green+Blue) = 201+159+109=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F6D is #366092. Grayscale: #A6A6A6. Windows color (decimal): -3563667 or 7184329. OLE color: 7184329.
HSL color Cylindrical-coordinate representation of color #C99F6D: hue angle of 32.61º 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 #C99F6D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 109 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.21 |
| HSL | 32.61º | 0.46% | 0.61% | - |
| HSV(B) | 32.61º | 0.46% | 0.79% | - |
| XYZ | 39.25 | 38.32 | 19.8 | - |
| YUV | 165.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 109 | 0 | 0.21 | 0.46 | 0.21 | 32.61 | 0.46 | 0.61 |
| Hex | C9 | 9F | 6D | 0 | 15 | 2E | 15 | 21 | 2E | 3D |
| Octal | 311 | 237 | 155 | 0 | 25 | 56 | 25 | 41 | 56 | 75 |
| Binary | 11001001 | 10011111 | 1101101 | 0 | 10101 | 101110 | 10101 | 100001 | 101110 | 111101 |
Color Harmonies of #C99F6D
Complementary color
Monochromatic Colors of #C99F6D
Black with #C99F6D
Text Example
Text Example
White with #C99F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F6D; }
p { color: rgb(201,159,109); }
H1.HeaderClassName
{
color: #C99F6D;
}
.AnyTagClassName
{
color: #C99F6D;
}
</style>
background-color css
<style>
a { background-color: #C99F6D; }
a { background-color: rgb(201,159,109); }
div.DivClassName
{
background-color: #C99F6D;
}
.BgClassName
{
background-color: #C99F6D;
}
</style>
border-color css
<style>
span { border-color: #C99F6D; }
span { border-color: rgb(201,159,109); }
td.TdClassName
{
border-color: #C99F6D;
}
.TagClassName
{
border-color: #C99F6D;
}
</style>