Shades of Fallow #CA9A70
Tints of Fallow #CA9A70
RGB
CMYK
RGB Variations
Color information
#CA9A70 (or 0xCA9A70) is known color: Fallow. HEX triplet: CA, 9A and 70. RGB value is (202,154,112). Sum of RGB (Red+Green+Blue) = 202+154+112=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A70 is #35658F. Grayscale: #A3A3A3. Windows color (decimal): -3499408 or 7379658. OLE color: 7379658.
HSL color Cylindrical-coordinate representation of color #CA9A70: hue angle of 28º 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 #CA9A70 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 112 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.21 |
| HSL | 28º | 0.46% | 0.62% | - |
| HSV(B) | 28º | 0.45% | 0.79% | - |
| XYZ | 38.84 | 36.84 | 20.39 | - |
| YUV | 163.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 112 | 0 | 0.24 | 0.45 | 0.21 | 28 | 0.46 | 0.62 |
| Hex | CA | 9A | 70 | 0 | 18 | 2D | 15 | 1C | 2E | 3E |
| Octal | 312 | 232 | 160 | 0 | 30 | 55 | 25 | 34 | 56 | 76 |
| Binary | 11001010 | 10011010 | 1110000 | 0 | 11000 | 101101 | 10101 | 11100 | 101110 | 111110 |
Color Harmonies of #CA9A70
Complementary color
Monochromatic Colors of #CA9A70
Black with #CA9A70
Text Example
Text Example
White with #CA9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A70; }
p { color: rgb(202,154,112); }
H1.HeaderClassName
{
color: #CA9A70;
}
.AnyTagClassName
{
color: #CA9A70;
}
</style>
background-color css
<style>
a { background-color: #CA9A70; }
a { background-color: rgb(202,154,112); }
div.DivClassName
{
background-color: #CA9A70;
}
.BgClassName
{
background-color: #CA9A70;
}
</style>
border-color css
<style>
span { border-color: #CA9A70; }
span { border-color: rgb(202,154,112); }
td.TdClassName
{
border-color: #CA9A70;
}
.TagClassName
{
border-color: #CA9A70;
}
</style>