Shades of Fallow #CBA164
Tints of Fallow #CBA164
RGB
CMYK
RGB Variations
Color information
#CBA164 (or 0xCBA164) is known color: Fallow. HEX triplet: CB, A1 and 64. RGB value is (203,161,100). Sum of RGB (Red+Green+Blue) = 203+161+100=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA164 is #345E9B. Grayscale: #A6A6A6. Windows color (decimal): -3432092 or 6595019. OLE color: 6595019.
HSL color Cylindrical-coordinate representation of color #CBA164: hue angle of 35.53º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBA164 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 100 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.20 |
| HSL | 35.53º | 0.5% | 0.59% | - |
| HSV(B) | 35.53º | 0.51% | 0.8% | - |
| XYZ | 39.67 | 39.11 | 17.51 | - |
| YUV | 166.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 100 | 0 | 0.21 | 0.51 | 0.20 | 35.53 | 0.5 | 0.59 |
| Hex | CB | A1 | 64 | 0 | 15 | 33 | 14 | 24 | 32 | 3B |
| Octal | 313 | 241 | 144 | 0 | 25 | 63 | 24 | 44 | 62 | 73 |
| Binary | 11001011 | 10100001 | 1100100 | 0 | 10101 | 110011 | 10100 | 100100 | 110010 | 111011 |
Color Harmonies of #CBA164
Complementary color
Monochromatic Colors of #CBA164
Black with #CBA164
Text Example
Text Example
White with #CBA164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA164; }
p { color: rgb(203,161,100); }
H1.HeaderClassName
{
color: #CBA164;
}
.AnyTagClassName
{
color: #CBA164;
}
</style>
background-color css
<style>
a { background-color: #CBA164; }
a { background-color: rgb(203,161,100); }
div.DivClassName
{
background-color: #CBA164;
}
.BgClassName
{
background-color: #CBA164;
}
</style>
border-color css
<style>
span { border-color: #CBA164; }
span { border-color: rgb(203,161,100); }
td.TdClassName
{
border-color: #CBA164;
}
.TagClassName
{
border-color: #CBA164;
}
</style>