Shades of Fallow #CB9C5E
Tints of Fallow #CB9C5E
RGB
CMYK
RGB Variations
Color information
#CB9C5E (or 0xCB9C5E) is known color: Fallow. HEX triplet: CB, 9C and 5E. RGB value is (203,156,94). Sum of RGB (Red+Green+Blue) = 203+156+94=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C5E is #3463A1. Grayscale: #A3A3A3. Windows color (decimal): -3433378 or 6200523. OLE color: 6200523.
HSL color Cylindrical-coordinate representation of color #CB9C5E: hue angle of 34.13º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB9C5E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 94 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.20 |
| HSL | 34.13º | 0.51% | 0.58% | - |
| HSV(B) | 34.13º | 0.54% | 0.8% | - |
| XYZ | 38.54 | 37.28 | 15.75 | - |
| YUV | 162.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 94 | 0 | 0.23 | 0.54 | 0.20 | 34.13 | 0.51 | 0.58 |
| Hex | CB | 9C | 5E | 0 | 17 | 36 | 14 | 22 | 33 | 3A |
| Octal | 313 | 234 | 136 | 0 | 27 | 66 | 24 | 42 | 63 | 72 |
| Binary | 11001011 | 10011100 | 1011110 | 0 | 10111 | 110110 | 10100 | 100010 | 110011 | 111010 |
Color Harmonies of #CB9C5E
Complementary color
Monochromatic Colors of #CB9C5E
Black with #CB9C5E
Text Example
Text Example
White with #CB9C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C5E; }
p { color: rgb(203,156,94); }
H1.HeaderClassName
{
color: #CB9C5E;
}
.AnyTagClassName
{
color: #CB9C5E;
}
</style>
background-color css
<style>
a { background-color: #CB9C5E; }
a { background-color: rgb(203,156,94); }
div.DivClassName
{
background-color: #CB9C5E;
}
.BgClassName
{
background-color: #CB9C5E;
}
</style>
border-color css
<style>
span { border-color: #CB9C5E; }
span { border-color: rgb(203,156,94); }
td.TdClassName
{
border-color: #CB9C5E;
}
.TagClassName
{
border-color: #CB9C5E;
}
</style>