Shades of Fallow #C2906B
Tints of Fallow #C2906B
RGB
CMYK
RGB Variations
Color information
#C2906B (or 0xC2906B) is known color: Fallow. HEX triplet: C2, 90 and 6B. RGB value is (194,144,107). Sum of RGB (Red+Green+Blue) = 194+144+107=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2906B is #3D6F94. Grayscale: #9A9A9A. Windows color (decimal): -4026261 or 7049410. OLE color: 7049410.
HSL color Cylindrical-coordinate representation of color #C2906B: hue angle of 25.52º 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 #C2906B is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 144 | 107 | - |
CMYK | 0 | 0.26 | 0.45 | 0.24 |
HSL | 25.52º | 0.42% | 0.59% | - |
HSV(B) | 25.52º | 0.45% | 0.76% | - |
XYZ | 34.88 | 32.48 | 18.34 | - |
YUV | 154.73 | 101.07 | 156.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 144 | 107 | 0 | 0.26 | 0.45 | 0.24 | 25.52 | 0.42 | 0.59 |
Hex | C2 | 90 | 6B | 0 | 1A | 2D | 18 | 1A | 2A | 3B |
Octal | 302 | 220 | 153 | 0 | 32 | 55 | 30 | 32 | 52 | 73 |
Binary | 11000010 | 10010000 | 1101011 | 0 | 11010 | 101101 | 11000 | 11010 | 101010 | 111011 |
Color Harmonies of #C2906B
Complementary color
Monochromatic Colors of #C2906B
Black with #C2906B
Text Example
Text Example
White with #C2906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2906B; }
p { color: rgb(194,144,107); }
H1.HeaderClassName
{
color: #C2906B;
}
.AnyTagClassName
{
color: #C2906B;
}
</style>
background-color css
<style>
a { background-color: #C2906B; }
a { background-color: rgb(194,144,107); }
div.DivClassName
{
background-color: #C2906B;
}
.BgClassName
{
background-color: #C2906B;
}
</style>
border-color css
<style>
span { border-color: #C2906B; }
span { border-color: rgb(194,144,107); }
td.TdClassName
{
border-color: #C2906B;
}
.TagClassName
{
border-color: #C2906B;
}
</style>