Shades of Fallow #C2986A
Tints of Fallow #C2986A
RGB
CMYK
RGB Variations
Color information
#C2986A (or 0xC2986A) is known color: Fallow. HEX triplet: C2, 98 and 6A. RGB value is (194,152,106). Sum of RGB (Red+Green+Blue) = 194+152+106=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2986A is #3D6795. Grayscale: #9F9F9F. Windows color (decimal): -4024214 or 6985922. OLE color: 6985922.
HSL color Cylindrical-coordinate representation of color #C2986A: hue angle of 31.36º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2986A is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 106 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.24 |
| HSL | 31.36º | 0.42% | 0.59% | - |
| HSV(B) | 31.36º | 0.45% | 0.76% | - |
| XYZ | 36.08 | 34.97 | 18.48 | - |
| YUV | 159.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 106 | 0 | 0.22 | 0.45 | 0.24 | 31.36 | 0.42 | 0.59 |
| Hex | C2 | 98 | 6A | 0 | 16 | 2D | 18 | 1F | 2A | 3B |
| Octal | 302 | 230 | 152 | 0 | 26 | 55 | 30 | 37 | 52 | 73 |
| Binary | 11000010 | 10011000 | 1101010 | 0 | 10110 | 101101 | 11000 | 11111 | 101010 | 111011 |
Color Harmonies of #C2986A
Complementary color
Monochromatic Colors of #C2986A
Black with #C2986A
Text Example
Text Example
White with #C2986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2986A; }
p { color: rgb(194,152,106); }
H1.HeaderClassName
{
color: #C2986A;
}
.AnyTagClassName
{
color: #C2986A;
}
</style>
background-color css
<style>
a { background-color: #C2986A; }
a { background-color: rgb(194,152,106); }
div.DivClassName
{
background-color: #C2986A;
}
.BgClassName
{
background-color: #C2986A;
}
</style>
border-color css
<style>
span { border-color: #C2986A; }
span { border-color: rgb(194,152,106); }
td.TdClassName
{
border-color: #C2986A;
}
.TagClassName
{
border-color: #C2986A;
}
</style>