Shades of Fallow #C29667
Tints of Fallow #C29667
RGB
CMYK
RGB Variations
Color information
#C29667 (or 0xC29667) is known color: Fallow. HEX triplet: C2, 96 and 67. RGB value is (194,150,103). Sum of RGB (Red+Green+Blue) = 194+150+103=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C29667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29667 is #3D6998. Grayscale: #9E9E9E. Windows color (decimal): -4024729 or 6788802. OLE color: 6788802.
HSL color Cylindrical-coordinate representation of color #C29667: hue angle of 30.99º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C29667 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 103 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.24 |
| HSL | 30.99º | 0.43% | 0.58% | - |
| HSV(B) | 30.99º | 0.47% | 0.76% | - |
| XYZ | 35.6 | 34.26 | 17.57 | - |
| YUV | 157.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 103 | 0 | 0.23 | 0.47 | 0.24 | 30.99 | 0.43 | 0.58 |
| Hex | C2 | 96 | 67 | 0 | 17 | 2F | 18 | 1F | 2B | 3A |
| Octal | 302 | 226 | 147 | 0 | 27 | 57 | 30 | 37 | 53 | 72 |
| Binary | 11000010 | 10010110 | 1100111 | 0 | 10111 | 101111 | 11000 | 11111 | 101011 | 111010 |
Color Harmonies of #C29667
Complementary color
Monochromatic Colors of #C29667
Black with #C29667
Text Example
Text Example
White with #C29667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29667; }
p { color: rgb(194,150,103); }
H1.HeaderClassName
{
color: #C29667;
}
.AnyTagClassName
{
color: #C29667;
}
</style>
background-color css
<style>
a { background-color: #C29667; }
a { background-color: rgb(194,150,103); }
div.DivClassName
{
background-color: #C29667;
}
.BgClassName
{
background-color: #C29667;
}
</style>
border-color css
<style>
span { border-color: #C29667; }
span { border-color: rgb(194,150,103); }
td.TdClassName
{
border-color: #C29667;
}
.TagClassName
{
border-color: #C29667;
}
</style>