Shades of Fallow #C29C6B
Tints of Fallow #C29C6B
RGB
CMYK
RGB Variations
Color information
#C29C6B (or 0xC29C6B) is known color: Fallow. HEX triplet: C2, 9C and 6B. RGB value is (194,156,107). Sum of RGB (Red+Green+Blue) = 194+156+107=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C6B is #3D6394. Grayscale: #A2A2A2. Windows color (decimal): -4023189 or 7052482. OLE color: 7052482.
HSL color Cylindrical-coordinate representation of color #C29C6B: hue angle of 33.79º 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 #C29C6B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 107 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.24 |
| HSL | 33.79º | 0.42% | 0.59% | - |
| HSV(B) | 33.79º | 0.45% | 0.76% | - |
| XYZ | 36.79 | 36.31 | 18.98 | - |
| YUV | 161.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 107 | 0 | 0.20 | 0.45 | 0.24 | 33.79 | 0.42 | 0.59 |
| Hex | C2 | 9C | 6B | 0 | 14 | 2D | 18 | 22 | 2A | 3B |
| Octal | 302 | 234 | 153 | 0 | 24 | 55 | 30 | 42 | 52 | 73 |
| Binary | 11000010 | 10011100 | 1101011 | 0 | 10100 | 101101 | 11000 | 100010 | 101010 | 111011 |
Color Harmonies of #C29C6B
Complementary color
Monochromatic Colors of #C29C6B
Black with #C29C6B
Text Example
Text Example
White with #C29C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C6B; }
p { color: rgb(194,156,107); }
H1.HeaderClassName
{
color: #C29C6B;
}
.AnyTagClassName
{
color: #C29C6B;
}
</style>
background-color css
<style>
a { background-color: #C29C6B; }
a { background-color: rgb(194,156,107); }
div.DivClassName
{
background-color: #C29C6B;
}
.BgClassName
{
background-color: #C29C6B;
}
</style>
border-color css
<style>
span { border-color: #C29C6B; }
span { border-color: rgb(194,156,107); }
td.TdClassName
{
border-color: #C29C6B;
}
.TagClassName
{
border-color: #C29C6B;
}
</style>