Shades of Fallow #CBA36F
Tints of Fallow #CBA36F
RGB
CMYK
RGB Variations
Color information
#CBA36F (or 0xCBA36F) is known color: Fallow. HEX triplet: CB, A3 and 6F. RGB value is (203,163,111). Sum of RGB (Red+Green+Blue) = 203+163+111=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA36F is #345C90. Grayscale: #A9A9A9. Windows color (decimal): -3431569 or 7316427. OLE color: 7316427.
HSL color Cylindrical-coordinate representation of color #CBA36F: hue angle of 33.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBA36F is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 111 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.20 |
| HSL | 33.91º | 0.47% | 0.62% | - |
| HSV(B) | 33.91º | 0.45% | 0.8% | - |
| XYZ | 40.6 | 40.04 | 20.63 | - |
| YUV | 169.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 111 | 0 | 0.20 | 0.45 | 0.20 | 33.91 | 0.47 | 0.62 |
| Hex | CB | A3 | 6F | 0 | 14 | 2D | 14 | 22 | 2F | 3E |
| Octal | 313 | 243 | 157 | 0 | 24 | 55 | 24 | 42 | 57 | 76 |
| Binary | 11001011 | 10100011 | 1101111 | 0 | 10100 | 101101 | 10100 | 100010 | 101111 | 111110 |
Color Harmonies of #CBA36F
Complementary color
Monochromatic Colors of #CBA36F
Black with #CBA36F
Text Example
Text Example
White with #CBA36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA36F; }
p { color: rgb(203,163,111); }
H1.HeaderClassName
{
color: #CBA36F;
}
.AnyTagClassName
{
color: #CBA36F;
}
</style>
background-color css
<style>
a { background-color: #CBA36F; }
a { background-color: rgb(203,163,111); }
div.DivClassName
{
background-color: #CBA36F;
}
.BgClassName
{
background-color: #CBA36F;
}
</style>
border-color css
<style>
span { border-color: #CBA36F; }
span { border-color: rgb(203,163,111); }
td.TdClassName
{
border-color: #CBA36F;
}
.TagClassName
{
border-color: #CBA36F;
}
</style>