Shades of Fallow #C99970
Tints of Fallow #C99970
RGB
CMYK
RGB Variations
Color information
#C99970 (or 0xC99970) is known color: Fallow. HEX triplet: C9, 99 and 70. RGB value is (201,153,112). Sum of RGB (Red+Green+Blue) = 201+153+112=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C99970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99970 is #36668F. Grayscale: #A2A2A2. Windows color (decimal): -3565200 or 7379401. OLE color: 7379401.
HSL color Cylindrical-coordinate representation of color #C99970: hue angle of 27.64º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99970 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 112 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.21 |
| HSL | 27.64º | 0.45% | 0.61% | - |
| HSV(B) | 27.64º | 0.44% | 0.79% | - |
| XYZ | 38.4 | 36.37 | 20.33 | - |
| YUV | 162.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 112 | 0 | 0.24 | 0.44 | 0.21 | 27.64 | 0.45 | 0.61 |
| Hex | C9 | 99 | 70 | 0 | 18 | 2C | 15 | 1C | 2D | 3D |
| Octal | 311 | 231 | 160 | 0 | 30 | 54 | 25 | 34 | 55 | 75 |
| Binary | 11001001 | 10011001 | 1110000 | 0 | 11000 | 101100 | 10101 | 11100 | 101101 | 111101 |
Color Harmonies of #C99970
Complementary color
Monochromatic Colors of #C99970
Black with #C99970
Text Example
Text Example
White with #C99970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99970; }
p { color: rgb(201,153,112); }
H1.HeaderClassName
{
color: #C99970;
}
.AnyTagClassName
{
color: #C99970;
}
</style>
background-color css
<style>
a { background-color: #C99970; }
a { background-color: rgb(201,153,112); }
div.DivClassName
{
background-color: #C99970;
}
.BgClassName
{
background-color: #C99970;
}
</style>
border-color css
<style>
span { border-color: #C99970; }
span { border-color: rgb(201,153,112); }
td.TdClassName
{
border-color: #C99970;
}
.TagClassName
{
border-color: #C99970;
}
</style>