Shades of Fallow #CB9863
Tints of Fallow #CB9863
RGB
CMYK
RGB Variations
Color information
#CB9863 (or 0xCB9863) is known color: Fallow. HEX triplet: CB, 98 and 63. RGB value is (203,152,99). Sum of RGB (Red+Green+Blue) = 203+152+99=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9863 is #34679C. Grayscale: #A1A1A1. Windows color (decimal): -3434397 or 6527179. OLE color: 6527179.
HSL color Cylindrical-coordinate representation of color #CB9863: hue angle of 30.58º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB9863 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 99 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.20 |
| HSL | 30.58º | 0.5% | 0.59% | - |
| HSV(B) | 30.58º | 0.51% | 0.8% | - |
| XYZ | 38.11 | 36.05 | 16.75 | - |
| YUV | 161.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 99 | 0 | 0.25 | 0.51 | 0.20 | 30.58 | 0.5 | 0.59 |
| Hex | CB | 98 | 63 | 0 | 19 | 33 | 14 | 1F | 32 | 3B |
| Octal | 313 | 230 | 143 | 0 | 31 | 63 | 24 | 37 | 62 | 73 |
| Binary | 11001011 | 10011000 | 1100011 | 0 | 11001 | 110011 | 10100 | 11111 | 110010 | 111011 |
Color Harmonies of #CB9863
Complementary color
Monochromatic Colors of #CB9863
Black with #CB9863
Text Example
Text Example
White with #CB9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9863; }
p { color: rgb(203,152,99); }
H1.HeaderClassName
{
color: #CB9863;
}
.AnyTagClassName
{
color: #CB9863;
}
</style>
background-color css
<style>
a { background-color: #CB9863; }
a { background-color: rgb(203,152,99); }
div.DivClassName
{
background-color: #CB9863;
}
.BgClassName
{
background-color: #CB9863;
}
</style>
border-color css
<style>
span { border-color: #CB9863; }
span { border-color: rgb(203,152,99); }
td.TdClassName
{
border-color: #CB9863;
}
.TagClassName
{
border-color: #CB9863;
}
</style>