Shades of Fallow #CB9864
Tints of Fallow #CB9864
RGB
CMYK
RGB Variations
Color information
#CB9864 (or 0xCB9864) is known color: Fallow. HEX triplet: CB, 98 and 64. RGB value is (203,152,100). Sum of RGB (Red+Green+Blue) = 203+152+100=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9864 is #34679B. Grayscale: #A1A1A1. Windows color (decimal): -3434396 or 6592715. OLE color: 6592715.
HSL color Cylindrical-coordinate representation of color #CB9864: hue angle of 30.29º 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 #CB9864 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 100 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.20 |
| HSL | 30.29º | 0.5% | 0.59% | - |
| HSV(B) | 30.29º | 0.51% | 0.8% | - |
| XYZ | 38.16 | 36.07 | 17.01 | - |
| YUV | 161.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 100 | 0 | 0.25 | 0.51 | 0.20 | 30.29 | 0.5 | 0.59 |
| Hex | CB | 98 | 64 | 0 | 19 | 33 | 14 | 1E | 32 | 3B |
| Octal | 313 | 230 | 144 | 0 | 31 | 63 | 24 | 36 | 62 | 73 |
| Binary | 11001011 | 10011000 | 1100100 | 0 | 11001 | 110011 | 10100 | 11110 | 110010 | 111011 |
Color Harmonies of #CB9864
Complementary color
Monochromatic Colors of #CB9864
Black with #CB9864
Text Example
Text Example
White with #CB9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9864; }
p { color: rgb(203,152,100); }
H1.HeaderClassName
{
color: #CB9864;
}
.AnyTagClassName
{
color: #CB9864;
}
</style>
background-color css
<style>
a { background-color: #CB9864; }
a { background-color: rgb(203,152,100); }
div.DivClassName
{
background-color: #CB9864;
}
.BgClassName
{
background-color: #CB9864;
}
</style>
border-color css
<style>
span { border-color: #CB9864; }
span { border-color: rgb(203,152,100); }
td.TdClassName
{
border-color: #CB9864;
}
.TagClassName
{
border-color: #CB9864;
}
</style>