Shades of Fallow #CB9961
Tints of Fallow #CB9961
RGB
CMYK
RGB Variations
Color information
#CB9961 (or 0xCB9961) is known color: Fallow. HEX triplet: CB, 99 and 61. RGB value is (203,153,97). Sum of RGB (Red+Green+Blue) = 203+153+97=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9961 is #34669E. Grayscale: #A1A1A1. Windows color (decimal): -3434143 or 6396363. OLE color: 6396363.
HSL color Cylindrical-coordinate representation of color #CB9961: hue angle of 31.7º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB9961 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 97 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.20 |
| HSL | 31.7º | 0.5% | 0.59% | - |
| HSV(B) | 31.7º | 0.52% | 0.8% | - |
| XYZ | 38.18 | 36.34 | 16.31 | - |
| YUV | 161.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 97 | 0 | 0.25 | 0.52 | 0.20 | 31.7 | 0.5 | 0.59 |
| Hex | CB | 99 | 61 | 0 | 19 | 34 | 14 | 20 | 32 | 3B |
| Octal | 313 | 231 | 141 | 0 | 31 | 64 | 24 | 40 | 62 | 73 |
| Binary | 11001011 | 10011001 | 1100001 | 0 | 11001 | 110100 | 10100 | 100000 | 110010 | 111011 |
Color Harmonies of #CB9961
Complementary color
Monochromatic Colors of #CB9961
Black with #CB9961
Text Example
Text Example
White with #CB9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9961; }
p { color: rgb(203,153,97); }
H1.HeaderClassName
{
color: #CB9961;
}
.AnyTagClassName
{
color: #CB9961;
}
</style>
background-color css
<style>
a { background-color: #CB9961; }
a { background-color: rgb(203,153,97); }
div.DivClassName
{
background-color: #CB9961;
}
.BgClassName
{
background-color: #CB9961;
}
</style>
border-color css
<style>
span { border-color: #CB9961; }
span { border-color: rgb(203,153,97); }
td.TdClassName
{
border-color: #CB9961;
}
.TagClassName
{
border-color: #CB9961;
}
</style>