Shades of Fallow #CA9863
Tints of Fallow #CA9863
RGB
CMYK
RGB Variations
Color information
#CA9863 (or 0xCA9863) is known color: Fallow. HEX triplet: CA, 98 and 63. RGB value is (202,152,99). Sum of RGB (Red+Green+Blue) = 202+152+99=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9863 is #35679C. Grayscale: #A1A1A1. Windows color (decimal): -3499933 or 6527178. OLE color: 6527178.
HSL color Cylindrical-coordinate representation of color #CA9863: hue angle of 30.87º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9863 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 99 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.21 |
| HSL | 30.87º | 0.49% | 0.59% | - |
| HSV(B) | 30.87º | 0.51% | 0.79% | - |
| XYZ | 37.84 | 35.91 | 16.74 | - |
| YUV | 160.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 99 | 0 | 0.25 | 0.51 | 0.21 | 30.87 | 0.49 | 0.59 |
| Hex | CA | 98 | 63 | 0 | 19 | 33 | 15 | 1F | 31 | 3B |
| Octal | 312 | 230 | 143 | 0 | 31 | 63 | 25 | 37 | 61 | 73 |
| Binary | 11001010 | 10011000 | 1100011 | 0 | 11001 | 110011 | 10101 | 11111 | 110001 | 111011 |
Color Harmonies of #CA9863
Complementary color
Monochromatic Colors of #CA9863
Black with #CA9863
Text Example
Text Example
White with #CA9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9863; }
p { color: rgb(202,152,99); }
H1.HeaderClassName
{
color: #CA9863;
}
.AnyTagClassName
{
color: #CA9863;
}
</style>
background-color css
<style>
a { background-color: #CA9863; }
a { background-color: rgb(202,152,99); }
div.DivClassName
{
background-color: #CA9863;
}
.BgClassName
{
background-color: #CA9863;
}
</style>
border-color css
<style>
span { border-color: #CA9863; }
span { border-color: rgb(202,152,99); }
td.TdClassName
{
border-color: #CA9863;
}
.TagClassName
{
border-color: #CA9863;
}
</style>