Shades of Fallow #C29F6B
Tints of Fallow #C29F6B
RGB
CMYK
RGB Variations
Color information
#C29F6B (or 0xC29F6B) is known color: Fallow. HEX triplet: C2, 9F and 6B. RGB value is (194,159,107). Sum of RGB (Red+Green+Blue) = 194+159+107=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F6B is #3D6094. Grayscale: #A3A3A3. Windows color (decimal): -4022421 or 7053250. OLE color: 7053250.
HSL color Cylindrical-coordinate representation of color #C29F6B: hue angle of 35.86º 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 #C29F6B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 107 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.24 |
| HSL | 35.86º | 0.42% | 0.59% | - |
| HSV(B) | 35.86º | 0.45% | 0.76% | - |
| XYZ | 37.3 | 37.33 | 19.15 | - |
| YUV | 163.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 107 | 0 | 0.18 | 0.45 | 0.24 | 35.86 | 0.42 | 0.59 |
| Hex | C2 | 9F | 6B | 0 | 12 | 2D | 18 | 24 | 2A | 3B |
| Octal | 302 | 237 | 153 | 0 | 22 | 55 | 30 | 44 | 52 | 73 |
| Binary | 11000010 | 10011111 | 1101011 | 0 | 10010 | 101101 | 11000 | 100100 | 101010 | 111011 |
Color Harmonies of #C29F6B
Complementary color
Monochromatic Colors of #C29F6B
Black with #C29F6B
Text Example
Text Example
White with #C29F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F6B; }
p { color: rgb(194,159,107); }
H1.HeaderClassName
{
color: #C29F6B;
}
.AnyTagClassName
{
color: #C29F6B;
}
</style>
background-color css
<style>
a { background-color: #C29F6B; }
a { background-color: rgb(194,159,107); }
div.DivClassName
{
background-color: #C29F6B;
}
.BgClassName
{
background-color: #C29F6B;
}
</style>
border-color css
<style>
span { border-color: #C29F6B; }
span { border-color: rgb(194,159,107); }
td.TdClassName
{
border-color: #C29F6B;
}
.TagClassName
{
border-color: #C29F6B;
}
</style>