Shades of Fallow #C2906C
Tints of Fallow #C2906C
RGB
CMYK
RGB Variations
Color information
#C2906C (or 0xC2906C) is known color: Fallow. HEX triplet: C2, 90 and 6C. RGB value is (194,144,108). Sum of RGB (Red+Green+Blue) = 194+144+108=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2906C is #3D6F93. Grayscale: #9B9B9B. Windows color (decimal): -4026260 or 7114946. OLE color: 7114946.
HSL color Cylindrical-coordinate representation of color #C2906C: hue angle of 25.12º 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 #C2906C is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 108 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.24 |
| HSL | 25.12º | 0.41% | 0.59% | - |
| HSV(B) | 25.12º | 0.44% | 0.76% | - |
| XYZ | 34.93 | 32.5 | 18.62 | - |
| YUV | 154.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 108 | 0 | 0.26 | 0.44 | 0.24 | 25.12 | 0.41 | 0.59 |
| Hex | C2 | 90 | 6C | 0 | 1A | 2C | 18 | 19 | 29 | 3B |
| Octal | 302 | 220 | 154 | 0 | 32 | 54 | 30 | 31 | 51 | 73 |
| Binary | 11000010 | 10010000 | 1101100 | 0 | 11010 | 101100 | 11000 | 11001 | 101001 | 111011 |
Color Harmonies of #C2906C
Complementary color
Monochromatic Colors of #C2906C
Black with #C2906C
Text Example
Text Example
White with #C2906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2906C; }
p { color: rgb(194,144,108); }
H1.HeaderClassName
{
color: #C2906C;
}
.AnyTagClassName
{
color: #C2906C;
}
</style>
background-color css
<style>
a { background-color: #C2906C; }
a { background-color: rgb(194,144,108); }
div.DivClassName
{
background-color: #C2906C;
}
.BgClassName
{
background-color: #C2906C;
}
</style>
border-color css
<style>
span { border-color: #C2906C; }
span { border-color: rgb(194,144,108); }
td.TdClassName
{
border-color: #C2906C;
}
.TagClassName
{
border-color: #C2906C;
}
</style>