Shades of Fallow #C2976E
Tints of Fallow #C2976E
RGB
CMYK
RGB Variations
Color information
#C2976E (or 0xC2976E) is known color: Fallow. HEX triplet: C2, 97 and 6E. RGB value is (194,151,110). Sum of RGB (Red+Green+Blue) = 194+151+110=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2976E is #3D6891. Grayscale: #9F9F9F. Windows color (decimal): -4024466 or 7247810. OLE color: 7247810.
HSL color Cylindrical-coordinate representation of color #C2976E: hue angle of 29.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2976E is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 110 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.24 |
| HSL | 29.29º | 0.41% | 0.6% | - |
| HSV(B) | 29.29º | 0.43% | 0.76% | - |
| XYZ | 36.13 | 34.73 | 19.55 | - |
| YUV | 159.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 110 | 0 | 0.22 | 0.43 | 0.24 | 29.29 | 0.41 | 0.6 |
| Hex | C2 | 97 | 6E | 0 | 16 | 2B | 18 | 1D | 29 | 3C |
| Octal | 302 | 227 | 156 | 0 | 26 | 53 | 30 | 35 | 51 | 74 |
| Binary | 11000010 | 10010111 | 1101110 | 0 | 10110 | 101011 | 11000 | 11101 | 101001 | 111100 |
Color Harmonies of #C2976E
Complementary color
Monochromatic Colors of #C2976E
Black with #C2976E
Text Example
Text Example
White with #C2976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2976E; }
p { color: rgb(194,151,110); }
H1.HeaderClassName
{
color: #C2976E;
}
.AnyTagClassName
{
color: #C2976E;
}
</style>
background-color css
<style>
a { background-color: #C2976E; }
a { background-color: rgb(194,151,110); }
div.DivClassName
{
background-color: #C2976E;
}
.BgClassName
{
background-color: #C2976E;
}
</style>
border-color css
<style>
span { border-color: #C2976E; }
span { border-color: rgb(194,151,110); }
td.TdClassName
{
border-color: #C2976E;
}
.TagClassName
{
border-color: #C2976E;
}
</style>