Shades of Fallow #C2916C
Tints of Fallow #C2916C
RGB
CMYK
RGB Variations
Color information
#C2916C (or 0xC2916C) is known color: Fallow. HEX triplet: C2, 91 and 6C. RGB value is (194,145,108). Sum of RGB (Red+Green+Blue) = 194+145+108=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2916C is #3D6E93. Grayscale: #9B9B9B. Windows color (decimal): -4026004 or 7115202. OLE color: 7115202.
HSL color Cylindrical-coordinate representation of color #C2916C: hue angle of 25.81º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2916C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 108 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.24 |
| HSL | 25.81º | 0.41% | 0.59% | - |
| HSV(B) | 25.81º | 0.44% | 0.76% | - |
| XYZ | 35.08 | 32.8 | 18.67 | - |
| YUV | 155.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 108 | 0 | 0.25 | 0.44 | 0.24 | 25.81 | 0.41 | 0.59 |
| Hex | C2 | 91 | 6C | 0 | 19 | 2C | 18 | 1A | 29 | 3B |
| Octal | 302 | 221 | 154 | 0 | 31 | 54 | 30 | 32 | 51 | 73 |
| Binary | 11000010 | 10010001 | 1101100 | 0 | 11001 | 101100 | 11000 | 11010 | 101001 | 111011 |
Color Harmonies of #C2916C
Complementary color
Monochromatic Colors of #C2916C
Black with #C2916C
Text Example
Text Example
White with #C2916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2916C; }
p { color: rgb(194,145,108); }
H1.HeaderClassName
{
color: #C2916C;
}
.AnyTagClassName
{
color: #C2916C;
}
</style>
background-color css
<style>
a { background-color: #C2916C; }
a { background-color: rgb(194,145,108); }
div.DivClassName
{
background-color: #C2916C;
}
.BgClassName
{
background-color: #C2916C;
}
</style>
border-color css
<style>
span { border-color: #C2916C; }
span { border-color: rgb(194,145,108); }
td.TdClassName
{
border-color: #C2916C;
}
.TagClassName
{
border-color: #C2916C;
}
</style>