Shades of Fallow #CBA272
Tints of Fallow #CBA272
RGB
CMYK
RGB Variations
Color information
#CBA272 (or 0xCBA272) is known color: Fallow. HEX triplet: CB, A2 and 72. RGB value is (203,162,114). Sum of RGB (Red+Green+Blue) = 203+162+114=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA272 is #345D8D. Grayscale: #A9A9A9. Windows color (decimal): -3431822 or 7512779. OLE color: 7512779.
HSL color Cylindrical-coordinate representation of color #CBA272: hue angle of 32.36º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBA272 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 114 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.20 |
| HSL | 32.36º | 0.46% | 0.62% | - |
| HSV(B) | 32.36º | 0.44% | 0.8% | - |
| XYZ | 40.59 | 39.75 | 21.45 | - |
| YUV | 168.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 114 | 0 | 0.20 | 0.44 | 0.20 | 32.36 | 0.46 | 0.62 |
| Hex | CB | A2 | 72 | 0 | 14 | 2C | 14 | 20 | 2E | 3E |
| Octal | 313 | 242 | 162 | 0 | 24 | 54 | 24 | 40 | 56 | 76 |
| Binary | 11001011 | 10100010 | 1110010 | 0 | 10100 | 101100 | 10100 | 100000 | 101110 | 111110 |
Color Harmonies of #CBA272
Complementary color
Monochromatic Colors of #CBA272
Black with #CBA272
Text Example
Text Example
White with #CBA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA272; }
p { color: rgb(203,162,114); }
H1.HeaderClassName
{
color: #CBA272;
}
.AnyTagClassName
{
color: #CBA272;
}
</style>
background-color css
<style>
a { background-color: #CBA272; }
a { background-color: rgb(203,162,114); }
div.DivClassName
{
background-color: #CBA272;
}
.BgClassName
{
background-color: #CBA272;
}
</style>
border-color css
<style>
span { border-color: #CBA272; }
span { border-color: rgb(203,162,114); }
td.TdClassName
{
border-color: #CBA272;
}
.TagClassName
{
border-color: #CBA272;
}
</style>