Shades of Fallow #CA9A71
Tints of Fallow #CA9A71
RGB
CMYK
RGB Variations
Color information
#CA9A71 (or 0xCA9A71) is known color: Fallow. HEX triplet: CA, 9A and 71. RGB value is (202,154,113). Sum of RGB (Red+Green+Blue) = 202+154+113=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A71 is #35658E. Grayscale: #A3A3A3. Windows color (decimal): -3499407 or 7445194. OLE color: 7445194.
HSL color Cylindrical-coordinate representation of color #CA9A71: hue angle of 27.64º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA9A71 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 113 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.21 |
| HSL | 27.64º | 0.46% | 0.62% | - |
| HSV(B) | 27.64º | 0.44% | 0.79% | - |
| XYZ | 38.89 | 36.86 | 20.69 | - |
| YUV | 163.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 113 | 0 | 0.24 | 0.44 | 0.21 | 27.64 | 0.46 | 0.62 |
| Hex | CA | 9A | 71 | 0 | 18 | 2C | 15 | 1C | 2E | 3E |
| Octal | 312 | 232 | 161 | 0 | 30 | 54 | 25 | 34 | 56 | 76 |
| Binary | 11001010 | 10011010 | 1110001 | 0 | 11000 | 101100 | 10101 | 11100 | 101110 | 111110 |
Color Harmonies of #CA9A71
Complementary color
Monochromatic Colors of #CA9A71
Black with #CA9A71
Text Example
Text Example
White with #CA9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A71; }
p { color: rgb(202,154,113); }
H1.HeaderClassName
{
color: #CA9A71;
}
.AnyTagClassName
{
color: #CA9A71;
}
</style>
background-color css
<style>
a { background-color: #CA9A71; }
a { background-color: rgb(202,154,113); }
div.DivClassName
{
background-color: #CA9A71;
}
.BgClassName
{
background-color: #CA9A71;
}
</style>
border-color css
<style>
span { border-color: #CA9A71; }
span { border-color: rgb(202,154,113); }
td.TdClassName
{
border-color: #CA9A71;
}
.TagClassName
{
border-color: #CA9A71;
}
</style>