Shades of Fallow #C29C75
Tints of Fallow #C29C75
RGB
CMYK
RGB Variations
Color information
#C29C75 (or 0xC29C75) is known color: Fallow. HEX triplet: C2, 9C and 75. RGB value is (194,156,117). Sum of RGB (Red+Green+Blue) = 194+156+117=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C75 is #3D638A. Grayscale: #A3A3A3. Windows color (decimal): -4023179 or 7707842. OLE color: 7707842.
HSL color Cylindrical-coordinate representation of color #C29C75: hue angle of 30.39º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29C75 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 117 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.24 |
| HSL | 30.39º | 0.39% | 0.61% | - |
| HSV(B) | 30.39º | 0.4% | 0.76% | - |
| XYZ | 37.35 | 36.53 | 21.91 | - |
| YUV | 162.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 117 | 0 | 0.20 | 0.40 | 0.24 | 30.39 | 0.39 | 0.61 |
| Hex | C2 | 9C | 75 | 0 | 14 | 28 | 18 | 1E | 27 | 3D |
| Octal | 302 | 234 | 165 | 0 | 24 | 50 | 30 | 36 | 47 | 75 |
| Binary | 11000010 | 10011100 | 1110101 | 0 | 10100 | 101000 | 11000 | 11110 | 100111 | 111101 |
Color Harmonies of #C29C75
Complementary color
Monochromatic Colors of #C29C75
Black with #C29C75
Text Example
Text Example
White with #C29C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C75; }
p { color: rgb(194,156,117); }
H1.HeaderClassName
{
color: #C29C75;
}
.AnyTagClassName
{
color: #C29C75;
}
</style>
background-color css
<style>
a { background-color: #C29C75; }
a { background-color: rgb(194,156,117); }
div.DivClassName
{
background-color: #C29C75;
}
.BgClassName
{
background-color: #C29C75;
}
</style>
border-color css
<style>
span { border-color: #C29C75; }
span { border-color: rgb(194,156,117); }
td.TdClassName
{
border-color: #C29C75;
}
.TagClassName
{
border-color: #C29C75;
}
</style>