Shades of Fallow #C38F65
Tints of Fallow #C38F65
RGB
CMYK
RGB Variations
Color information
#C38F65 (or 0xC38F65) is known color: Fallow. HEX triplet: C3, 8F and 65. RGB value is (195,143,101). Sum of RGB (Red+Green+Blue) = 195+143+101=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F65 is #3C709A. Grayscale: #999999. Windows color (decimal): -3960987 or 6655939. OLE color: 6655939.
HSL color Cylindrical-coordinate representation of color #C38F65: hue angle of 26.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C38F65 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 101 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.24 |
| HSL | 26.81º | 0.44% | 0.58% | - |
| HSV(B) | 26.81º | 0.48% | 0.76% | - |
| XYZ | 34.68 | 32.19 | 16.7 | - |
| YUV | 153.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 101 | 0 | 0.27 | 0.48 | 0.24 | 26.81 | 0.44 | 0.58 |
| Hex | C3 | 8F | 65 | 0 | 1B | 30 | 18 | 1B | 2C | 3A |
| Octal | 303 | 217 | 145 | 0 | 33 | 60 | 30 | 33 | 54 | 72 |
| Binary | 11000011 | 10001111 | 1100101 | 0 | 11011 | 110000 | 11000 | 11011 | 101100 | 111010 |
Color Harmonies of #C38F65
Complementary color
Monochromatic Colors of #C38F65
Black with #C38F65
Text Example
Text Example
White with #C38F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F65; }
p { color: rgb(195,143,101); }
H1.HeaderClassName
{
color: #C38F65;
}
.AnyTagClassName
{
color: #C38F65;
}
</style>
background-color css
<style>
a { background-color: #C38F65; }
a { background-color: rgb(195,143,101); }
div.DivClassName
{
background-color: #C38F65;
}
.BgClassName
{
background-color: #C38F65;
}
</style>
border-color css
<style>
span { border-color: #C38F65; }
span { border-color: rgb(195,143,101); }
td.TdClassName
{
border-color: #C38F65;
}
.TagClassName
{
border-color: #C38F65;
}
</style>