Shades of Fallow #CB9865
Tints of Fallow #CB9865
RGB
CMYK
RGB Variations
Color information
#CB9865 (or 0xCB9865) is known color: Fallow. HEX triplet: CB, 98 and 65. RGB value is (203,152,101). Sum of RGB (Red+Green+Blue) = 203+152+101=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9865 is #34679A. Grayscale: #A1A1A1. Windows color (decimal): -3434395 or 6658251. OLE color: 6658251.
HSL color Cylindrical-coordinate representation of color #CB9865: hue angle of 30º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB9865 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 101 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.20 |
| HSL | 30º | 0.5% | 0.6% | - |
| HSV(B) | 30º | 0.5% | 0.8% | - |
| XYZ | 38.21 | 36.09 | 17.26 | - |
| YUV | 161.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 101 | 0 | 0.25 | 0.50 | 0.20 | 30 | 0.5 | 0.6 |
| Hex | CB | 98 | 65 | 0 | 19 | 32 | 14 | 1E | 32 | 3C |
| Octal | 313 | 230 | 145 | 0 | 31 | 62 | 24 | 36 | 62 | 74 |
| Binary | 11001011 | 10011000 | 1100101 | 0 | 11001 | 110010 | 10100 | 11110 | 110010 | 111100 |
Color Harmonies of #CB9865
Complementary color
Monochromatic Colors of #CB9865
Black with #CB9865
Text Example
Text Example
White with #CB9865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9865; }
p { color: rgb(203,152,101); }
H1.HeaderClassName
{
color: #CB9865;
}
.AnyTagClassName
{
color: #CB9865;
}
</style>
background-color css
<style>
a { background-color: #CB9865; }
a { background-color: rgb(203,152,101); }
div.DivClassName
{
background-color: #CB9865;
}
.BgClassName
{
background-color: #CB9865;
}
</style>
border-color css
<style>
span { border-color: #CB9865; }
span { border-color: rgb(203,152,101); }
td.TdClassName
{
border-color: #CB9865;
}
.TagClassName
{
border-color: #CB9865;
}
</style>