Shades of Fallow #CBA273
Tints of Fallow #CBA273
RGB
CMYK
RGB Variations
Color information
#CBA273 (or 0xCBA273) is known color: Fallow. HEX triplet: CB, A2 and 73. RGB value is (203,162,115). Sum of RGB (Red+Green+Blue) = 203+162+115=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA273 is #345D8C. Grayscale: #A9A9A9. Windows color (decimal): -3431821 or 7578315. OLE color: 7578315.
HSL color Cylindrical-coordinate representation of color #CBA273: hue angle of 32.05º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBA273 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 115 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.20 |
| HSL | 32.05º | 0.46% | 0.62% | - |
| HSV(B) | 32.05º | 0.43% | 0.8% | - |
| XYZ | 40.64 | 39.77 | 21.75 | - |
| YUV | 168.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 115 | 0 | 0.20 | 0.43 | 0.20 | 32.05 | 0.46 | 0.62 |
| Hex | CB | A2 | 73 | 0 | 14 | 2B | 14 | 20 | 2E | 3E |
| Octal | 313 | 242 | 163 | 0 | 24 | 53 | 24 | 40 | 56 | 76 |
| Binary | 11001011 | 10100010 | 1110011 | 0 | 10100 | 101011 | 10100 | 100000 | 101110 | 111110 |
Color Harmonies of #CBA273
Complementary color
Monochromatic Colors of #CBA273
Black with #CBA273
Text Example
Text Example
White with #CBA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA273; }
p { color: rgb(203,162,115); }
H1.HeaderClassName
{
color: #CBA273;
}
.AnyTagClassName
{
color: #CBA273;
}
</style>
background-color css
<style>
a { background-color: #CBA273; }
a { background-color: rgb(203,162,115); }
div.DivClassName
{
background-color: #CBA273;
}
.BgClassName
{
background-color: #CBA273;
}
</style>
border-color css
<style>
span { border-color: #CBA273; }
span { border-color: rgb(203,162,115); }
td.TdClassName
{
border-color: #CBA273;
}
.TagClassName
{
border-color: #CBA273;
}
</style>