Shades of Fallow #CB9E6E
Tints of Fallow #CB9E6E
RGB
CMYK
RGB Variations
Color information
#CB9E6E (or 0xCB9E6E) is known color: Fallow. HEX triplet: CB, 9E and 6E. RGB value is (203,158,110). Sum of RGB (Red+Green+Blue) = 203+158+110=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E6E is #346191. Grayscale: #A6A6A6. Windows color (decimal): -3432850 or 7249611. OLE color: 7249611.
HSL color Cylindrical-coordinate representation of color #CB9E6E: hue angle of 30.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB9E6E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 110 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.20 |
| HSL | 30.97º | 0.47% | 0.61% | - |
| HSV(B) | 30.97º | 0.46% | 0.8% | - |
| XYZ | 39.67 | 38.28 | 20.05 | - |
| YUV | 165.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 110 | 0 | 0.22 | 0.46 | 0.20 | 30.97 | 0.47 | 0.61 |
| Hex | CB | 9E | 6E | 0 | 16 | 2E | 14 | 1F | 2F | 3D |
| Octal | 313 | 236 | 156 | 0 | 26 | 56 | 24 | 37 | 57 | 75 |
| Binary | 11001011 | 10011110 | 1101110 | 0 | 10110 | 101110 | 10100 | 11111 | 101111 | 111101 |
Color Harmonies of #CB9E6E
Complementary color
Monochromatic Colors of #CB9E6E
Black with #CB9E6E
Text Example
Text Example
White with #CB9E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E6E; }
p { color: rgb(203,158,110); }
H1.HeaderClassName
{
color: #CB9E6E;
}
.AnyTagClassName
{
color: #CB9E6E;
}
</style>
background-color css
<style>
a { background-color: #CB9E6E; }
a { background-color: rgb(203,158,110); }
div.DivClassName
{
background-color: #CB9E6E;
}
.BgClassName
{
background-color: #CB9E6E;
}
</style>
border-color css
<style>
span { border-color: #CB9E6E; }
span { border-color: rgb(203,158,110); }
td.TdClassName
{
border-color: #CB9E6E;
}
.TagClassName
{
border-color: #CB9E6E;
}
</style>