Shades of Fallow #CB9964
Tints of Fallow #CB9964
RGB
CMYK
RGB Variations
Color information
#CB9964 (or 0xCB9964) is known color: Fallow. HEX triplet: CB, 99 and 64. RGB value is (203,153,100). Sum of RGB (Red+Green+Blue) = 203+153+100=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9964 is #34669B. Grayscale: #A2A2A2. Windows color (decimal): -3434140 or 6592971. OLE color: 6592971.
HSL color Cylindrical-coordinate representation of color #CB9964: hue angle of 30.87º 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 #CB9964 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 100 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.20 |
| HSL | 30.87º | 0.5% | 0.59% | - |
| HSV(B) | 30.87º | 0.51% | 0.8% | - |
| XYZ | 38.32 | 36.4 | 17.06 | - |
| YUV | 161.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 100 | 0 | 0.25 | 0.51 | 0.20 | 30.87 | 0.5 | 0.59 |
| Hex | CB | 99 | 64 | 0 | 19 | 33 | 14 | 1F | 32 | 3B |
| Octal | 313 | 231 | 144 | 0 | 31 | 63 | 24 | 37 | 62 | 73 |
| Binary | 11001011 | 10011001 | 1100100 | 0 | 11001 | 110011 | 10100 | 11111 | 110010 | 111011 |
Color Harmonies of #CB9964
Complementary color
Monochromatic Colors of #CB9964
Black with #CB9964
Text Example
Text Example
White with #CB9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9964; }
p { color: rgb(203,153,100); }
H1.HeaderClassName
{
color: #CB9964;
}
.AnyTagClassName
{
color: #CB9964;
}
</style>
background-color css
<style>
a { background-color: #CB9964; }
a { background-color: rgb(203,153,100); }
div.DivClassName
{
background-color: #CB9964;
}
.BgClassName
{
background-color: #CB9964;
}
</style>
border-color css
<style>
span { border-color: #CB9964; }
span { border-color: rgb(203,153,100); }
td.TdClassName
{
border-color: #CB9964;
}
.TagClassName
{
border-color: #CB9964;
}
</style>