Shades of Fallow #C4A375
Tints of Fallow #C4A375
RGB
CMYK
RGB Variations
Color information
#C4A375 (or 0xC4A375) is known color: Fallow. HEX triplet: C4, A3 and 75. RGB value is (196,163,117). Sum of RGB (Red+Green+Blue) = 196+163+117=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A375 is #3B5C8A. Grayscale: #A7A7A7. Windows color (decimal): -3890315 or 7709636. OLE color: 7709636.
HSL color Cylindrical-coordinate representation of color #C4A375: hue angle of 34.94º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4A375 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 117 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.23 |
| HSL | 34.94º | 0.4% | 0.61% | - |
| HSV(B) | 34.94º | 0.4% | 0.77% | - |
| XYZ | 39.07 | 39.21 | 22.34 | - |
| YUV | 167.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 117 | 0 | 0.17 | 0.40 | 0.23 | 34.94 | 0.4 | 0.61 |
| Hex | C4 | A3 | 75 | 0 | 11 | 28 | 17 | 23 | 28 | 3D |
| Octal | 304 | 243 | 165 | 0 | 21 | 50 | 27 | 43 | 50 | 75 |
| Binary | 11000100 | 10100011 | 1110101 | 0 | 10001 | 101000 | 10111 | 100011 | 101000 | 111101 |
Color Harmonies of #C4A375
Complementary color
Monochromatic Colors of #C4A375
Black with #C4A375
Text Example
Text Example
White with #C4A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A375; }
p { color: rgb(196,163,117); }
H1.HeaderClassName
{
color: #C4A375;
}
.AnyTagClassName
{
color: #C4A375;
}
</style>
background-color css
<style>
a { background-color: #C4A375; }
a { background-color: rgb(196,163,117); }
div.DivClassName
{
background-color: #C4A375;
}
.BgClassName
{
background-color: #C4A375;
}
</style>
border-color css
<style>
span { border-color: #C4A375; }
span { border-color: rgb(196,163,117); }
td.TdClassName
{
border-color: #C4A375;
}
.TagClassName
{
border-color: #C4A375;
}
</style>