Shades of Fallow #CA9C70
Tints of Fallow #CA9C70
RGB
CMYK
RGB Variations
Color information
#CA9C70 (or 0xCA9C70) is known color: Fallow. HEX triplet: CA, 9C and 70. RGB value is (202,156,112). Sum of RGB (Red+Green+Blue) = 202+156+112=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C70 is #35638F. Grayscale: #A4A4A4. Windows color (decimal): -3498896 or 7380170. OLE color: 7380170.
HSL color Cylindrical-coordinate representation of color #CA9C70: hue angle of 29.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA9C70 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 112 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.21 |
| HSL | 29.33º | 0.46% | 0.62% | - |
| HSV(B) | 29.33º | 0.45% | 0.79% | - |
| XYZ | 39.17 | 37.5 | 20.5 | - |
| YUV | 164.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 112 | 0 | 0.23 | 0.45 | 0.21 | 29.33 | 0.46 | 0.62 |
| Hex | CA | 9C | 70 | 0 | 17 | 2D | 15 | 1D | 2E | 3E |
| Octal | 312 | 234 | 160 | 0 | 27 | 55 | 25 | 35 | 56 | 76 |
| Binary | 11001010 | 10011100 | 1110000 | 0 | 10111 | 101101 | 10101 | 11101 | 101110 | 111110 |
Color Harmonies of #CA9C70
Complementary color
Monochromatic Colors of #CA9C70
Black with #CA9C70
Text Example
Text Example
White with #CA9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C70; }
p { color: rgb(202,156,112); }
H1.HeaderClassName
{
color: #CA9C70;
}
.AnyTagClassName
{
color: #CA9C70;
}
</style>
background-color css
<style>
a { background-color: #CA9C70; }
a { background-color: rgb(202,156,112); }
div.DivClassName
{
background-color: #CA9C70;
}
.BgClassName
{
background-color: #CA9C70;
}
</style>
border-color css
<style>
span { border-color: #CA9C70; }
span { border-color: rgb(202,156,112); }
td.TdClassName
{
border-color: #CA9C70;
}
.TagClassName
{
border-color: #CA9C70;
}
</style>