Shades of Fallow #C39768
Tints of Fallow #C39768
RGB
CMYK
RGB Variations
Color information
#C39768 (or 0xC39768) is known color: Fallow. HEX triplet: C3, 97 and 68. RGB value is (195,151,104). Sum of RGB (Red+Green+Blue) = 195+151+104=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C39768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39768 is #3C6897. Grayscale: #9F9F9F. Windows color (decimal): -3958936 or 6854595. OLE color: 6854595.
HSL color Cylindrical-coordinate representation of color #C39768: hue angle of 30.99º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C39768 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 104 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.24 |
| HSL | 30.99º | 0.43% | 0.59% | - |
| HSV(B) | 30.99º | 0.47% | 0.76% | - |
| XYZ | 36.07 | 34.73 | 17.9 | - |
| YUV | 158.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 104 | 0 | 0.23 | 0.47 | 0.24 | 30.99 | 0.43 | 0.59 |
| Hex | C3 | 97 | 68 | 0 | 17 | 2F | 18 | 1F | 2B | 3B |
| Octal | 303 | 227 | 150 | 0 | 27 | 57 | 30 | 37 | 53 | 73 |
| Binary | 11000011 | 10010111 | 1101000 | 0 | 10111 | 101111 | 11000 | 11111 | 101011 | 111011 |
Color Harmonies of #C39768
Complementary color
Monochromatic Colors of #C39768
Black with #C39768
Text Example
Text Example
White with #C39768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39768; }
p { color: rgb(195,151,104); }
H1.HeaderClassName
{
color: #C39768;
}
.AnyTagClassName
{
color: #C39768;
}
</style>
background-color css
<style>
a { background-color: #C39768; }
a { background-color: rgb(195,151,104); }
div.DivClassName
{
background-color: #C39768;
}
.BgClassName
{
background-color: #C39768;
}
</style>
border-color css
<style>
span { border-color: #C39768; }
span { border-color: rgb(195,151,104); }
td.TdClassName
{
border-color: #C39768;
}
.TagClassName
{
border-color: #C39768;
}
</style>