Shades of Fallow #C29968
Tints of Fallow #C29968
RGB
CMYK
RGB Variations
Color information
#C29968 (or 0xC29968) is known color: Fallow. HEX triplet: C2, 99 and 68. RGB value is (194,153,104). Sum of RGB (Red+Green+Blue) = 194+153+104=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C29968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29968 is #3D6697. Grayscale: #9F9F9F. Windows color (decimal): -4023960 or 6855106. OLE color: 6855106.
HSL color Cylindrical-coordinate representation of color #C29968: hue angle of 32.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C29968 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 104 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.24 |
| HSL | 32.67º | 0.42% | 0.58% | - |
| HSV(B) | 32.67º | 0.46% | 0.76% | - |
| XYZ | 36.14 | 35.25 | 18 | - |
| YUV | 159.67 | 96.58 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 104 | 0 | 0.21 | 0.46 | 0.24 | 32.67 | 0.42 | 0.58 |
| Hex | C2 | 99 | 68 | 0 | 15 | 2E | 18 | 21 | 2A | 3A |
| Octal | 302 | 231 | 150 | 0 | 25 | 56 | 30 | 41 | 52 | 72 |
| Binary | 11000010 | 10011001 | 1101000 | 0 | 10101 | 101110 | 11000 | 100001 | 101010 | 111010 |
Color Harmonies of #C29968
Complementary color
Monochromatic Colors of #C29968
Black with #C29968
Text Example
Text Example
White with #C29968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29968; }
p { color: rgb(194,153,104); }
H1.HeaderClassName
{
color: #C29968;
}
.AnyTagClassName
{
color: #C29968;
}
</style>
background-color css
<style>
a { background-color: #C29968; }
a { background-color: rgb(194,153,104); }
div.DivClassName
{
background-color: #C29968;
}
.BgClassName
{
background-color: #C29968;
}
</style>
border-color css
<style>
span { border-color: #C29968; }
span { border-color: rgb(194,153,104); }
td.TdClassName
{
border-color: #C29968;
}
.TagClassName
{
border-color: #C29968;
}
</style>