Shades of Fallow #CBA173
Tints of Fallow #CBA173
RGB
CMYK
RGB Variations
Color information
#CBA173 (or 0xCBA173) is known color: Fallow. HEX triplet: CB, A1 and 73. RGB value is (203,161,115). Sum of RGB (Red+Green+Blue) = 203+161+115=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA173 is #345E8C. Grayscale: #A8A8A8. Windows color (decimal): -3432077 or 7578059. OLE color: 7578059.
HSL color Cylindrical-coordinate representation of color #CBA173: hue angle of 31.36º 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 #CBA173 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 115 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.20 |
| HSL | 31.36º | 0.46% | 0.62% | - |
| HSV(B) | 31.36º | 0.43% | 0.8% | - |
| XYZ | 40.47 | 39.42 | 21.7 | - |
| YUV | 168.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 115 | 0 | 0.21 | 0.43 | 0.20 | 31.36 | 0.46 | 0.62 |
| Hex | CB | A1 | 73 | 0 | 15 | 2B | 14 | 1F | 2E | 3E |
| Octal | 313 | 241 | 163 | 0 | 25 | 53 | 24 | 37 | 56 | 76 |
| Binary | 11001011 | 10100001 | 1110011 | 0 | 10101 | 101011 | 10100 | 11111 | 101110 | 111110 |
Color Harmonies of #CBA173
Complementary color
Monochromatic Colors of #CBA173
Black with #CBA173
Text Example
Text Example
White with #CBA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA173; }
p { color: rgb(203,161,115); }
H1.HeaderClassName
{
color: #CBA173;
}
.AnyTagClassName
{
color: #CBA173;
}
</style>
background-color css
<style>
a { background-color: #CBA173; }
a { background-color: rgb(203,161,115); }
div.DivClassName
{
background-color: #CBA173;
}
.BgClassName
{
background-color: #CBA173;
}
</style>
border-color css
<style>
span { border-color: #CBA173; }
span { border-color: rgb(203,161,115); }
td.TdClassName
{
border-color: #CBA173;
}
.TagClassName
{
border-color: #CBA173;
}
</style>