Shades of Fallow #CB9867
Tints of Fallow #CB9867
RGB
CMYK
RGB Variations
Color information
#CB9867 (or 0xCB9867) is known color: Fallow. HEX triplet: CB, 98 and 67. RGB value is (203,152,103). Sum of RGB (Red+Green+Blue) = 203+152+103=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9867 is #346798. Grayscale: #A1A1A1. Windows color (decimal): -3434393 or 6789323. OLE color: 6789323.
HSL color Cylindrical-coordinate representation of color #CB9867: hue angle of 29.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB9867 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 103 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.20 |
| HSL | 29.4º | 0.49% | 0.6% | - |
| HSV(B) | 29.4º | 0.49% | 0.8% | - |
| XYZ | 38.31 | 36.13 | 17.79 | - |
| YUV | 161.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 103 | 0 | 0.25 | 0.49 | 0.20 | 29.4 | 0.49 | 0.6 |
| Hex | CB | 98 | 67 | 0 | 19 | 31 | 14 | 1D | 31 | 3C |
| Octal | 313 | 230 | 147 | 0 | 31 | 61 | 24 | 35 | 61 | 74 |
| Binary | 11001011 | 10011000 | 1100111 | 0 | 11001 | 110001 | 10100 | 11101 | 110001 | 111100 |
Color Harmonies of #CB9867
Complementary color
Monochromatic Colors of #CB9867
Black with #CB9867
Text Example
Text Example
White with #CB9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9867; }
p { color: rgb(203,152,103); }
H1.HeaderClassName
{
color: #CB9867;
}
.AnyTagClassName
{
color: #CB9867;
}
</style>
background-color css
<style>
a { background-color: #CB9867; }
a { background-color: rgb(203,152,103); }
div.DivClassName
{
background-color: #CB9867;
}
.BgClassName
{
background-color: #CB9867;
}
</style>
border-color css
<style>
span { border-color: #CB9867; }
span { border-color: rgb(203,152,103); }
td.TdClassName
{
border-color: #CB9867;
}
.TagClassName
{
border-color: #CB9867;
}
</style>