Shades of Fallow #CB986A
Tints of Fallow #CB986A
RGB
CMYK
RGB Variations
Color information
#CB986A (or 0xCB986A) is known color: Fallow. HEX triplet: CB, 98 and 6A. RGB value is (203,152,106). Sum of RGB (Red+Green+Blue) = 203+152+106=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB986A is #346795. Grayscale: #A2A2A2. Windows color (decimal): -3434390 or 6985931. OLE color: 6985931.
HSL color Cylindrical-coordinate representation of color #CB986A: hue angle of 28.45º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB986A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 106 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.20 |
| HSL | 28.45º | 0.48% | 0.61% | - |
| HSV(B) | 28.45º | 0.48% | 0.8% | - |
| XYZ | 38.46 | 36.19 | 18.59 | - |
| YUV | 162.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 106 | 0 | 0.25 | 0.48 | 0.20 | 28.45 | 0.48 | 0.61 |
| Hex | CB | 98 | 6A | 0 | 19 | 30 | 14 | 1C | 30 | 3D |
| Octal | 313 | 230 | 152 | 0 | 31 | 60 | 24 | 34 | 60 | 75 |
| Binary | 11001011 | 10011000 | 1101010 | 0 | 11001 | 110000 | 10100 | 11100 | 110000 | 111101 |
Color Harmonies of #CB986A
Complementary color
Monochromatic Colors of #CB986A
Black with #CB986A
Text Example
Text Example
White with #CB986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB986A; }
p { color: rgb(203,152,106); }
H1.HeaderClassName
{
color: #CB986A;
}
.AnyTagClassName
{
color: #CB986A;
}
</style>
background-color css
<style>
a { background-color: #CB986A; }
a { background-color: rgb(203,152,106); }
div.DivClassName
{
background-color: #CB986A;
}
.BgClassName
{
background-color: #CB986A;
}
</style>
border-color css
<style>
span { border-color: #CB986A; }
span { border-color: rgb(203,152,106); }
td.TdClassName
{
border-color: #CB986A;
}
.TagClassName
{
border-color: #CB986A;
}
</style>