Shades of Fallow #CA986A
Tints of Fallow #CA986A
RGB
CMYK
RGB Variations
Color information
#CA986A (or 0xCA986A) is known color: Fallow. HEX triplet: CA, 98 and 6A. RGB value is (202,152,106). Sum of RGB (Red+Green+Blue) = 202+152+106=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA986A is #356795. Grayscale: #A1A1A1. Windows color (decimal): -3499926 or 6985930. OLE color: 6985930.
HSL color Cylindrical-coordinate representation of color #CA986A: hue angle of 28.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA986A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 106 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.21 |
| HSL | 28.75º | 0.48% | 0.6% | - |
| HSV(B) | 28.75º | 0.48% | 0.79% | - |
| XYZ | 38.19 | 36.05 | 18.58 | - |
| YUV | 161.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 106 | 0 | 0.25 | 0.48 | 0.21 | 28.75 | 0.48 | 0.6 |
| Hex | CA | 98 | 6A | 0 | 19 | 30 | 15 | 1D | 30 | 3C |
| Octal | 312 | 230 | 152 | 0 | 31 | 60 | 25 | 35 | 60 | 74 |
| Binary | 11001010 | 10011000 | 1101010 | 0 | 11001 | 110000 | 10101 | 11101 | 110000 | 111100 |
Color Harmonies of #CA986A
Complementary color
Monochromatic Colors of #CA986A
Black with #CA986A
Text Example
Text Example
White with #CA986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA986A; }
p { color: rgb(202,152,106); }
H1.HeaderClassName
{
color: #CA986A;
}
.AnyTagClassName
{
color: #CA986A;
}
</style>
background-color css
<style>
a { background-color: #CA986A; }
a { background-color: rgb(202,152,106); }
div.DivClassName
{
background-color: #CA986A;
}
.BgClassName
{
background-color: #CA986A;
}
</style>
border-color css
<style>
span { border-color: #CA986A; }
span { border-color: rgb(202,152,106); }
td.TdClassName
{
border-color: #CA986A;
}
.TagClassName
{
border-color: #CA986A;
}
</style>