Shades of Fallow #CA995F
Tints of Fallow #CA995F
RGB
CMYK
RGB Variations
Color information
#CA995F (or 0xCA995F) is known color: Fallow. HEX triplet: CA, 99 and 5F. RGB value is (202,153,95). Sum of RGB (Red+Green+Blue) = 202+153+95=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA995F is #3566A0. Grayscale: #A1A1A1. Windows color (decimal): -3499681 or 6265290. OLE color: 6265290.
HSL color Cylindrical-coordinate representation of color #CA995F: hue angle of 32.52º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA995F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 95 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.21 |
| HSL | 32.52º | 0.5% | 0.58% | - |
| HSV(B) | 32.52º | 0.53% | 0.79% | - |
| XYZ | 37.81 | 36.17 | 15.81 | - |
| YUV | 161.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 95 | 0 | 0.24 | 0.53 | 0.21 | 32.52 | 0.5 | 0.58 |
| Hex | CA | 99 | 5F | 0 | 18 | 35 | 15 | 21 | 32 | 3A |
| Octal | 312 | 231 | 137 | 0 | 30 | 65 | 25 | 41 | 62 | 72 |
| Binary | 11001010 | 10011001 | 1011111 | 0 | 11000 | 110101 | 10101 | 100001 | 110010 | 111010 |
Color Harmonies of #CA995F
Complementary color
Monochromatic Colors of #CA995F
Black with #CA995F
Text Example
Text Example
White with #CA995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA995F; }
p { color: rgb(202,153,95); }
H1.HeaderClassName
{
color: #CA995F;
}
.AnyTagClassName
{
color: #CA995F;
}
</style>
background-color css
<style>
a { background-color: #CA995F; }
a { background-color: rgb(202,153,95); }
div.DivClassName
{
background-color: #CA995F;
}
.BgClassName
{
background-color: #CA995F;
}
</style>
border-color css
<style>
span { border-color: #CA995F; }
span { border-color: rgb(202,153,95); }
td.TdClassName
{
border-color: #CA995F;
}
.TagClassName
{
border-color: #CA995F;
}
</style>