Shades of Fallow #C29967
Tints of Fallow #C29967
RGB
CMYK
RGB Variations
Color information
#C29967 (or 0xC29967) is known color: Fallow. HEX triplet: C2, 99 and 67. RGB value is (194,153,103). Sum of RGB (Red+Green+Blue) = 194+153+103=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C29967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29967 is #3D6698. Grayscale: #9F9F9F. Windows color (decimal): -4023961 or 6789570. OLE color: 6789570.
HSL color Cylindrical-coordinate representation of color #C29967: hue angle of 32.97º 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 #C29967 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 103 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.24 |
| HSL | 32.97º | 0.43% | 0.58% | - |
| HSV(B) | 32.97º | 0.47% | 0.76% | - |
| XYZ | 36.09 | 35.23 | 17.73 | - |
| YUV | 159.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 103 | 0 | 0.21 | 0.47 | 0.24 | 32.97 | 0.43 | 0.58 |
| Hex | C2 | 99 | 67 | 0 | 15 | 2F | 18 | 21 | 2B | 3A |
| Octal | 302 | 231 | 147 | 0 | 25 | 57 | 30 | 41 | 53 | 72 |
| Binary | 11000010 | 10011001 | 1100111 | 0 | 10101 | 101111 | 11000 | 100001 | 101011 | 111010 |
Color Harmonies of #C29967
Complementary color
Monochromatic Colors of #C29967
Black with #C29967
Text Example
Text Example
White with #C29967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29967; }
p { color: rgb(194,153,103); }
H1.HeaderClassName
{
color: #C29967;
}
.AnyTagClassName
{
color: #C29967;
}
</style>
background-color css
<style>
a { background-color: #C29967; }
a { background-color: rgb(194,153,103); }
div.DivClassName
{
background-color: #C29967;
}
.BgClassName
{
background-color: #C29967;
}
</style>
border-color css
<style>
span { border-color: #C29967; }
span { border-color: rgb(194,153,103); }
td.TdClassName
{
border-color: #C29967;
}
.TagClassName
{
border-color: #C29967;
}
</style>