Shades of Fallow #CA9866
Tints of Fallow #CA9866
RGB
CMYK
RGB Variations
Color information
#CA9866 (or 0xCA9866) is known color: Fallow. HEX triplet: CA, 98 and 66. RGB value is (202,152,102). Sum of RGB (Red+Green+Blue) = 202+152+102=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9866 is #356799. Grayscale: #A1A1A1. Windows color (decimal): -3499930 or 6723786. OLE color: 6723786.
HSL color Cylindrical-coordinate representation of color #CA9866: hue angle of 30º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA9866 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 102 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.21 |
| HSL | 30º | 0.49% | 0.6% | - |
| HSV(B) | 30º | 0.5% | 0.79% | - |
| XYZ | 37.98 | 35.97 | 17.51 | - |
| YUV | 161.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 102 | 0 | 0.25 | 0.50 | 0.21 | 30 | 0.49 | 0.6 |
| Hex | CA | 98 | 66 | 0 | 19 | 32 | 15 | 1E | 31 | 3C |
| Octal | 312 | 230 | 146 | 0 | 31 | 62 | 25 | 36 | 61 | 74 |
| Binary | 11001010 | 10011000 | 1100110 | 0 | 11001 | 110010 | 10101 | 11110 | 110001 | 111100 |
Color Harmonies of #CA9866
Complementary color
Monochromatic Colors of #CA9866
Black with #CA9866
Text Example
Text Example
White with #CA9866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9866; }
p { color: rgb(202,152,102); }
H1.HeaderClassName
{
color: #CA9866;
}
.AnyTagClassName
{
color: #CA9866;
}
</style>
background-color css
<style>
a { background-color: #CA9866; }
a { background-color: rgb(202,152,102); }
div.DivClassName
{
background-color: #CA9866;
}
.BgClassName
{
background-color: #CA9866;
}
</style>
border-color css
<style>
span { border-color: #CA9866; }
span { border-color: rgb(202,152,102); }
td.TdClassName
{
border-color: #CA9866;
}
.TagClassName
{
border-color: #CA9866;
}
</style>