Shades of Fallow #C38F6A
Tints of Fallow #C38F6A
RGB
CMYK
RGB Variations
Color information
#C38F6A (or 0xC38F6A) is known color: Fallow. HEX triplet: C3, 8F and 6A. RGB value is (195,143,106). Sum of RGB (Red+Green+Blue) = 195+143+106=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F6A is #3C7095. Grayscale: #9A9A9A. Windows color (decimal): -3960982 or 6983619. OLE color: 6983619.
HSL color Cylindrical-coordinate representation of color #C38F6A: hue angle of 24.94º 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 #C38F6A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 106 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.24 |
| HSL | 24.94º | 0.43% | 0.59% | - |
| HSV(B) | 24.94º | 0.46% | 0.76% | - |
| XYZ | 34.93 | 32.29 | 18.03 | - |
| YUV | 154.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 106 | 0 | 0.27 | 0.46 | 0.24 | 24.94 | 0.43 | 0.59 |
| Hex | C3 | 8F | 6A | 0 | 1B | 2E | 18 | 19 | 2B | 3B |
| Octal | 303 | 217 | 152 | 0 | 33 | 56 | 30 | 31 | 53 | 73 |
| Binary | 11000011 | 10001111 | 1101010 | 0 | 11011 | 101110 | 11000 | 11001 | 101011 | 111011 |
Color Harmonies of #C38F6A
Complementary color
Monochromatic Colors of #C38F6A
Black with #C38F6A
Text Example
Text Example
White with #C38F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F6A; }
p { color: rgb(195,143,106); }
H1.HeaderClassName
{
color: #C38F6A;
}
.AnyTagClassName
{
color: #C38F6A;
}
</style>
background-color css
<style>
a { background-color: #C38F6A; }
a { background-color: rgb(195,143,106); }
div.DivClassName
{
background-color: #C38F6A;
}
.BgClassName
{
background-color: #C38F6A;
}
</style>
border-color css
<style>
span { border-color: #C38F6A; }
span { border-color: rgb(195,143,106); }
td.TdClassName
{
border-color: #C38F6A;
}
.TagClassName
{
border-color: #C38F6A;
}
</style>