Shades of Fallow #C99864
Tints of Fallow #C99864
RGB
CMYK
RGB Variations
Color information
#C99864 (or 0xC99864) is known color: Fallow. HEX triplet: C9, 98 and 64. RGB value is (201,152,100). Sum of RGB (Red+Green+Blue) = 201+152+100=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C99864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99864 is #36679B. Grayscale: #A0A0A0. Windows color (decimal): -3565468 or 6592713. OLE color: 6592713.
HSL color Cylindrical-coordinate representation of color #C99864: hue angle of 30.89º 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 #C99864 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 100 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.21 |
| HSL | 30.89º | 0.48% | 0.59% | - |
| HSV(B) | 30.89º | 0.5% | 0.79% | - |
| XYZ | 37.62 | 35.79 | 16.98 | - |
| YUV | 160.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 100 | 0 | 0.24 | 0.50 | 0.21 | 30.89 | 0.48 | 0.59 |
| Hex | C9 | 98 | 64 | 0 | 18 | 32 | 15 | 1F | 30 | 3B |
| Octal | 311 | 230 | 144 | 0 | 30 | 62 | 25 | 37 | 60 | 73 |
| Binary | 11001001 | 10011000 | 1100100 | 0 | 11000 | 110010 | 10101 | 11111 | 110000 | 111011 |
Color Harmonies of #C99864
Complementary color
Monochromatic Colors of #C99864
Black with #C99864
Text Example
Text Example
White with #C99864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99864; }
p { color: rgb(201,152,100); }
H1.HeaderClassName
{
color: #C99864;
}
.AnyTagClassName
{
color: #C99864;
}
</style>
background-color css
<style>
a { background-color: #C99864; }
a { background-color: rgb(201,152,100); }
div.DivClassName
{
background-color: #C99864;
}
.BgClassName
{
background-color: #C99864;
}
</style>
border-color css
<style>
span { border-color: #C99864; }
span { border-color: rgb(201,152,100); }
td.TdClassName
{
border-color: #C99864;
}
.TagClassName
{
border-color: #C99864;
}
</style>