Shades of Fallow #C38F69
Tints of Fallow #C38F69
RGB
CMYK
RGB Variations
Color information
#C38F69 (or 0xC38F69) is known color: Fallow. HEX triplet: C3, 8F and 69. RGB value is (195,143,105). Sum of RGB (Red+Green+Blue) = 195+143+105=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F69 is #3C7096. Grayscale: #9A9A9A. Windows color (decimal): -3960983 or 6918083. OLE color: 6918083.
HSL color Cylindrical-coordinate representation of color #C38F69: hue angle of 25.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C38F69 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 105 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.24 |
| HSL | 25.33º | 0.43% | 0.59% | - |
| HSV(B) | 25.33º | 0.46% | 0.76% | - |
| XYZ | 34.88 | 32.27 | 17.75 | - |
| YUV | 154.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 105 | 0 | 0.27 | 0.46 | 0.24 | 25.33 | 0.43 | 0.59 |
| Hex | C3 | 8F | 69 | 0 | 1B | 2E | 18 | 19 | 2B | 3B |
| Octal | 303 | 217 | 151 | 0 | 33 | 56 | 30 | 31 | 53 | 73 |
| Binary | 11000011 | 10001111 | 1101001 | 0 | 11011 | 101110 | 11000 | 11001 | 101011 | 111011 |
Color Harmonies of #C38F69
Complementary color
Monochromatic Colors of #C38F69
Black with #C38F69
Text Example
Text Example
White with #C38F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F69; }
p { color: rgb(195,143,105); }
H1.HeaderClassName
{
color: #C38F69;
}
.AnyTagClassName
{
color: #C38F69;
}
</style>
background-color css
<style>
a { background-color: #C38F69; }
a { background-color: rgb(195,143,105); }
div.DivClassName
{
background-color: #C38F69;
}
.BgClassName
{
background-color: #C38F69;
}
</style>
border-color css
<style>
span { border-color: #C38F69; }
span { border-color: rgb(195,143,105); }
td.TdClassName
{
border-color: #C38F69;
}
.TagClassName
{
border-color: #C38F69;
}
</style>