Shades of Fallow #CBA165
Tints of Fallow #CBA165
RGB
CMYK
RGB Variations
Color information
#CBA165 (or 0xCBA165) is known color: Fallow. HEX triplet: CB, A1 and 65. RGB value is (203,161,101). Sum of RGB (Red+Green+Blue) = 203+161+101=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA165 is #345E9A. Grayscale: #A7A7A7. Windows color (decimal): -3432091 or 6660555. OLE color: 6660555.
HSL color Cylindrical-coordinate representation of color #CBA165: hue angle of 35.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBA165 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 101 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.20 |
| HSL | 35.29º | 0.5% | 0.6% | - |
| HSV(B) | 35.29º | 0.5% | 0.8% | - |
| XYZ | 39.72 | 39.13 | 17.77 | - |
| YUV | 166.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 101 | 0 | 0.21 | 0.50 | 0.20 | 35.29 | 0.5 | 0.6 |
| Hex | CB | A1 | 65 | 0 | 15 | 32 | 14 | 23 | 32 | 3C |
| Octal | 313 | 241 | 145 | 0 | 25 | 62 | 24 | 43 | 62 | 74 |
| Binary | 11001011 | 10100001 | 1100101 | 0 | 10101 | 110010 | 10100 | 100011 | 110010 | 111100 |
Color Harmonies of #CBA165
Complementary color
Monochromatic Colors of #CBA165
Black with #CBA165
Text Example
Text Example
White with #CBA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA165; }
p { color: rgb(203,161,101); }
H1.HeaderClassName
{
color: #CBA165;
}
.AnyTagClassName
{
color: #CBA165;
}
</style>
background-color css
<style>
a { background-color: #CBA165; }
a { background-color: rgb(203,161,101); }
div.DivClassName
{
background-color: #CBA165;
}
.BgClassName
{
background-color: #CBA165;
}
</style>
border-color css
<style>
span { border-color: #CBA165; }
span { border-color: rgb(203,161,101); }
td.TdClassName
{
border-color: #CBA165;
}
.TagClassName
{
border-color: #CBA165;
}
</style>