Shades of Fallow #C4A168
Tints of Fallow #C4A168
RGB
CMYK
RGB Variations
Color information
#C4A168 (or 0xC4A168) is known color: Fallow. HEX triplet: C4, A1 and 68. RGB value is (196,161,104). Sum of RGB (Red+Green+Blue) = 196+161+104=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A168 is #3B5E97. Grayscale: #A5A5A5. Windows color (decimal): -3890840 or 6857156. OLE color: 6857156.
HSL color Cylindrical-coordinate representation of color #C4A168: hue angle of 37.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4A168 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 104 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.23 |
| HSL | 37.17º | 0.44% | 0.59% | - |
| HSV(B) | 37.17º | 0.47% | 0.77% | - |
| XYZ | 38.01 | 38.22 | 18.47 | - |
| YUV | 164.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 104 | 0 | 0.18 | 0.47 | 0.23 | 37.17 | 0.44 | 0.59 |
| Hex | C4 | A1 | 68 | 0 | 12 | 2F | 17 | 25 | 2C | 3B |
| Octal | 304 | 241 | 150 | 0 | 22 | 57 | 27 | 45 | 54 | 73 |
| Binary | 11000100 | 10100001 | 1101000 | 0 | 10010 | 101111 | 10111 | 100101 | 101100 | 111011 |
Color Harmonies of #C4A168
Complementary color
Monochromatic Colors of #C4A168
Black with #C4A168
Text Example
Text Example
White with #C4A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A168; }
p { color: rgb(196,161,104); }
H1.HeaderClassName
{
color: #C4A168;
}
.AnyTagClassName
{
color: #C4A168;
}
</style>
background-color css
<style>
a { background-color: #C4A168; }
a { background-color: rgb(196,161,104); }
div.DivClassName
{
background-color: #C4A168;
}
.BgClassName
{
background-color: #C4A168;
}
</style>
border-color css
<style>
span { border-color: #C4A168; }
span { border-color: rgb(196,161,104); }
td.TdClassName
{
border-color: #C4A168;
}
.TagClassName
{
border-color: #C4A168;
}
</style>