Shades of Fallow #C38F67
Tints of Fallow #C38F67
RGB
CMYK
RGB Variations
Color information
#C38F67 (or 0xC38F67) is known color: Fallow. HEX triplet: C3, 8F and 67. RGB value is (195,143,103). Sum of RGB (Red+Green+Blue) = 195+143+103=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F67 is #3C7098. Grayscale: #9A9A9A. Windows color (decimal): -3960985 or 6787011. OLE color: 6787011.
HSL color Cylindrical-coordinate representation of color #C38F67: hue angle of 26.09º 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 #C38F67 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 103 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.24 |
| HSL | 26.09º | 0.43% | 0.58% | - |
| HSV(B) | 26.09º | 0.47% | 0.76% | - |
| XYZ | 34.78 | 32.23 | 17.22 | - |
| YUV | 153.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 103 | 0 | 0.27 | 0.47 | 0.24 | 26.09 | 0.43 | 0.58 |
| Hex | C3 | 8F | 67 | 0 | 1B | 2F | 18 | 1A | 2B | 3A |
| Octal | 303 | 217 | 147 | 0 | 33 | 57 | 30 | 32 | 53 | 72 |
| Binary | 11000011 | 10001111 | 1100111 | 0 | 11011 | 101111 | 11000 | 11010 | 101011 | 111010 |
Color Harmonies of #C38F67
Complementary color
Monochromatic Colors of #C38F67
Black with #C38F67
Text Example
Text Example
White with #C38F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F67; }
p { color: rgb(195,143,103); }
H1.HeaderClassName
{
color: #C38F67;
}
.AnyTagClassName
{
color: #C38F67;
}
</style>
background-color css
<style>
a { background-color: #C38F67; }
a { background-color: rgb(195,143,103); }
div.DivClassName
{
background-color: #C38F67;
}
.BgClassName
{
background-color: #C38F67;
}
</style>
border-color css
<style>
span { border-color: #C38F67; }
span { border-color: rgb(195,143,103); }
td.TdClassName
{
border-color: #C38F67;
}
.TagClassName
{
border-color: #C38F67;
}
</style>