Shades of Fallow #C99665
Tints of Fallow #C99665
RGB
CMYK
RGB Variations
Color information
#C99665 (or 0xC99665) is known color: Fallow. HEX triplet: C9, 96 and 65. RGB value is (201,150,101). Sum of RGB (Red+Green+Blue) = 201+150+101=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C99665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99665 is #36699A. Grayscale: #9F9F9F. Windows color (decimal): -3565979 or 6657737. OLE color: 6657737.
HSL color Cylindrical-coordinate representation of color #C99665: hue angle of 29.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C99665 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 101 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.21 |
| HSL | 29.4º | 0.48% | 0.59% | - |
| HSV(B) | 29.4º | 0.5% | 0.79% | - |
| XYZ | 37.34 | 35.17 | 17.13 | - |
| YUV | 159.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 101 | 0 | 0.25 | 0.50 | 0.21 | 29.4 | 0.48 | 0.59 |
| Hex | C9 | 96 | 65 | 0 | 19 | 32 | 15 | 1D | 30 | 3B |
| Octal | 311 | 226 | 145 | 0 | 31 | 62 | 25 | 35 | 60 | 73 |
| Binary | 11001001 | 10010110 | 1100101 | 0 | 11001 | 110010 | 10101 | 11101 | 110000 | 111011 |
Color Harmonies of #C99665
Complementary color
Monochromatic Colors of #C99665
Black with #C99665
Text Example
Text Example
White with #C99665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99665; }
p { color: rgb(201,150,101); }
H1.HeaderClassName
{
color: #C99665;
}
.AnyTagClassName
{
color: #C99665;
}
</style>
background-color css
<style>
a { background-color: #C99665; }
a { background-color: rgb(201,150,101); }
div.DivClassName
{
background-color: #C99665;
}
.BgClassName
{
background-color: #C99665;
}
</style>
border-color css
<style>
span { border-color: #C99665; }
span { border-color: rgb(201,150,101); }
td.TdClassName
{
border-color: #C99665;
}
.TagClassName
{
border-color: #C99665;
}
</style>