Shades of Fallow #C4A36B
Tints of Fallow #C4A36B
RGB
CMYK
RGB Variations
Color information
#C4A36B (or 0xC4A36B) is known color: Fallow. HEX triplet: C4, A3 and 6B. RGB value is (196,163,107). Sum of RGB (Red+Green+Blue) = 196+163+107=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A36B is #3B5C94. Grayscale: #A6A6A6. Windows color (decimal): -3890325 or 7054276. OLE color: 7054276.
HSL color Cylindrical-coordinate representation of color #C4A36B: hue angle of 37.75º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A36B is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 163 | 107 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.23 |
| HSL | 37.75º | 0.43% | 0.59% | - |
| HSV(B) | 37.75º | 0.45% | 0.77% | - |
| XYZ | 38.52 | 38.99 | 19.41 | - |
| YUV | 166.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 163 | 107 | 0 | 0.17 | 0.45 | 0.23 | 37.75 | 0.43 | 0.59 |
| Hex | C4 | A3 | 6B | 0 | 11 | 2D | 17 | 26 | 2B | 3B |
| Octal | 304 | 243 | 153 | 0 | 21 | 55 | 27 | 46 | 53 | 73 |
| Binary | 11000100 | 10100011 | 1101011 | 0 | 10001 | 101101 | 10111 | 100110 | 101011 | 111011 |
Color Harmonies of #C4A36B
Complementary color
Monochromatic Colors of #C4A36B
Black with #C4A36B
Text Example
Text Example
White with #C4A36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A36B; }
p { color: rgb(196,163,107); }
H1.HeaderClassName
{
color: #C4A36B;
}
.AnyTagClassName
{
color: #C4A36B;
}
</style>
background-color css
<style>
a { background-color: #C4A36B; }
a { background-color: rgb(196,163,107); }
div.DivClassName
{
background-color: #C4A36B;
}
.BgClassName
{
background-color: #C4A36B;
}
</style>
border-color css
<style>
span { border-color: #C4A36B; }
span { border-color: rgb(196,163,107); }
td.TdClassName
{
border-color: #C4A36B;
}
.TagClassName
{
border-color: #C4A36B;
}
</style>