Shades of Fallow #C99663
Tints of Fallow #C99663
RGB
CMYK
RGB Variations
Color information
#C99663 (or 0xC99663) is known color: Fallow. HEX triplet: C9, 96 and 63. RGB value is (201,150,99). Sum of RGB (Red+Green+Blue) = 201+150+99=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99663 is #36699C. Grayscale: #9F9F9F. Windows color (decimal): -3565981 or 6526665. OLE color: 6526665.
HSL color Cylindrical-coordinate representation of color #C99663: hue angle of 30º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C99663 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 99 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.21 |
| HSL | 30º | 0.49% | 0.59% | - |
| HSV(B) | 30º | 0.51% | 0.79% | - |
| XYZ | 37.25 | 35.13 | 16.62 | - |
| YUV | 159.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 99 | 0 | 0.25 | 0.51 | 0.21 | 30 | 0.49 | 0.59 |
| Hex | C9 | 96 | 63 | 0 | 19 | 33 | 15 | 1E | 31 | 3B |
| Octal | 311 | 226 | 143 | 0 | 31 | 63 | 25 | 36 | 61 | 73 |
| Binary | 11001001 | 10010110 | 1100011 | 0 | 11001 | 110011 | 10101 | 11110 | 110001 | 111011 |
Color Harmonies of #C99663
Complementary color
Monochromatic Colors of #C99663
Black with #C99663
Text Example
Text Example
White with #C99663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99663; }
p { color: rgb(201,150,99); }
H1.HeaderClassName
{
color: #C99663;
}
.AnyTagClassName
{
color: #C99663;
}
</style>
background-color css
<style>
a { background-color: #C99663; }
a { background-color: rgb(201,150,99); }
div.DivClassName
{
background-color: #C99663;
}
.BgClassName
{
background-color: #C99663;
}
</style>
border-color css
<style>
span { border-color: #C99663; }
span { border-color: rgb(201,150,99); }
td.TdClassName
{
border-color: #C99663;
}
.TagClassName
{
border-color: #C99663;
}
</style>