Shades of Fallow #C99C66
Tints of Fallow #C99C66
RGB
CMYK
RGB Variations
Color information
#C99C66 (or 0xC99C66) is known color: Fallow. HEX triplet: C9, 9C and 66. RGB value is (201,156,102). Sum of RGB (Red+Green+Blue) = 201+156+102=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C66 is #366399. Grayscale: #A3A3A3. Windows color (decimal): -3564442 or 6724809. OLE color: 6724809.
HSL color Cylindrical-coordinate representation of color #C99C66: hue angle of 32.73º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C99C66 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 102 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.21 |
| HSL | 32.73º | 0.48% | 0.59% | - |
| HSV(B) | 32.73º | 0.49% | 0.79% | - |
| XYZ | 38.37 | 37.15 | 17.72 | - |
| YUV | 163.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 102 | 0 | 0.22 | 0.49 | 0.21 | 32.73 | 0.48 | 0.59 |
| Hex | C9 | 9C | 66 | 0 | 16 | 31 | 15 | 21 | 30 | 3B |
| Octal | 311 | 234 | 146 | 0 | 26 | 61 | 25 | 41 | 60 | 73 |
| Binary | 11001001 | 10011100 | 1100110 | 0 | 10110 | 110001 | 10101 | 100001 | 110000 | 111011 |
Color Harmonies of #C99C66
Complementary color
Monochromatic Colors of #C99C66
Black with #C99C66
Text Example
Text Example
White with #C99C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C66; }
p { color: rgb(201,156,102); }
H1.HeaderClassName
{
color: #C99C66;
}
.AnyTagClassName
{
color: #C99C66;
}
</style>
background-color css
<style>
a { background-color: #C99C66; }
a { background-color: rgb(201,156,102); }
div.DivClassName
{
background-color: #C99C66;
}
.BgClassName
{
background-color: #C99C66;
}
</style>
border-color css
<style>
span { border-color: #C99C66; }
span { border-color: rgb(201,156,102); }
td.TdClassName
{
border-color: #C99C66;
}
.TagClassName
{
border-color: #C99C66;
}
</style>