Shades of Fallow #C29367
Tints of Fallow #C29367
RGB
CMYK
RGB Variations
Color information
#C29367 (or 0xC29367) is known color: Fallow. HEX triplet: C2, 93 and 67. RGB value is (194,147,103). Sum of RGB (Red+Green+Blue) = 194+147+103=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C29367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29367 is #3D6C98. Grayscale: #9C9C9C. Windows color (decimal): -4025497 or 6788034. OLE color: 6788034.
HSL color Cylindrical-coordinate representation of color #C29367: hue angle of 29.01º 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 #C29367 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 103 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.24 |
| HSL | 29.01º | 0.43% | 0.58% | - |
| HSV(B) | 29.01º | 0.47% | 0.76% | - |
| XYZ | 35.13 | 33.32 | 17.41 | - |
| YUV | 156.04 | 98.07 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 103 | 0 | 0.24 | 0.47 | 0.24 | 29.01 | 0.43 | 0.58 |
| Hex | C2 | 93 | 67 | 0 | 18 | 2F | 18 | 1D | 2B | 3A |
| Octal | 302 | 223 | 147 | 0 | 30 | 57 | 30 | 35 | 53 | 72 |
| Binary | 11000010 | 10010011 | 1100111 | 0 | 11000 | 101111 | 11000 | 11101 | 101011 | 111010 |
Color Harmonies of #C29367
Complementary color
Monochromatic Colors of #C29367
Black with #C29367
Text Example
Text Example
White with #C29367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29367; }
p { color: rgb(194,147,103); }
H1.HeaderClassName
{
color: #C29367;
}
.AnyTagClassName
{
color: #C29367;
}
</style>
background-color css
<style>
a { background-color: #C29367; }
a { background-color: rgb(194,147,103); }
div.DivClassName
{
background-color: #C29367;
}
.BgClassName
{
background-color: #C29367;
}
</style>
border-color css
<style>
span { border-color: #C29367; }
span { border-color: rgb(194,147,103); }
td.TdClassName
{
border-color: #C29367;
}
.TagClassName
{
border-color: #C29367;
}
</style>