Shades of Fallow #CB9869
Tints of Fallow #CB9869
RGB
CMYK
RGB Variations
Color information
#CB9869 (or 0xCB9869) is known color: Fallow. HEX triplet: CB, 98 and 69. RGB value is (203,152,105). Sum of RGB (Red+Green+Blue) = 203+152+105=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9869 is #346796. Grayscale: #A2A2A2. Windows color (decimal): -3434391 or 6920395. OLE color: 6920395.
HSL color Cylindrical-coordinate representation of color #CB9869: hue angle of 28.78º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB9869 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 105 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.20 |
| HSL | 28.78º | 0.49% | 0.6% | - |
| HSV(B) | 28.78º | 0.48% | 0.8% | - |
| XYZ | 38.41 | 36.17 | 18.32 | - |
| YUV | 161.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 105 | 0 | 0.25 | 0.48 | 0.20 | 28.78 | 0.49 | 0.6 |
| Hex | CB | 98 | 69 | 0 | 19 | 30 | 14 | 1D | 31 | 3C |
| Octal | 313 | 230 | 151 | 0 | 31 | 60 | 24 | 35 | 61 | 74 |
| Binary | 11001011 | 10011000 | 1101001 | 0 | 11001 | 110000 | 10100 | 11101 | 110001 | 111100 |
Color Harmonies of #CB9869
Complementary color
Monochromatic Colors of #CB9869
Black with #CB9869
Text Example
Text Example
White with #CB9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9869; }
p { color: rgb(203,152,105); }
H1.HeaderClassName
{
color: #CB9869;
}
.AnyTagClassName
{
color: #CB9869;
}
</style>
background-color css
<style>
a { background-color: #CB9869; }
a { background-color: rgb(203,152,105); }
div.DivClassName
{
background-color: #CB9869;
}
.BgClassName
{
background-color: #CB9869;
}
</style>
border-color css
<style>
span { border-color: #CB9869; }
span { border-color: rgb(203,152,105); }
td.TdClassName
{
border-color: #CB9869;
}
.TagClassName
{
border-color: #CB9869;
}
</style>