Shades of Fallow #C4A26C
Tints of Fallow #C4A26C
RGB
CMYK
RGB Variations
Color information
#C4A26C (or 0xC4A26C) is known color: Fallow. HEX triplet: C4, A2 and 6C. RGB value is (196,162,108). Sum of RGB (Red+Green+Blue) = 196+162+108=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A26C is #3B5D93. Grayscale: #A6A6A6. Windows color (decimal): -3890580 or 7119556. OLE color: 7119556.
HSL color Cylindrical-coordinate representation of color #C4A26C: hue angle of 36.82º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4A26C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 108 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.23 |
| HSL | 36.82º | 0.43% | 0.6% | - |
| HSV(B) | 36.82º | 0.45% | 0.77% | - |
| XYZ | 38.39 | 38.66 | 19.63 | - |
| YUV | 166.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 108 | 0 | 0.17 | 0.45 | 0.23 | 36.82 | 0.43 | 0.6 |
| Hex | C4 | A2 | 6C | 0 | 11 | 2D | 17 | 25 | 2B | 3C |
| Octal | 304 | 242 | 154 | 0 | 21 | 55 | 27 | 45 | 53 | 74 |
| Binary | 11000100 | 10100010 | 1101100 | 0 | 10001 | 101101 | 10111 | 100101 | 101011 | 111100 |
Color Harmonies of #C4A26C
Complementary color
Monochromatic Colors of #C4A26C
Black with #C4A26C
Text Example
Text Example
White with #C4A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A26C; }
p { color: rgb(196,162,108); }
H1.HeaderClassName
{
color: #C4A26C;
}
.AnyTagClassName
{
color: #C4A26C;
}
</style>
background-color css
<style>
a { background-color: #C4A26C; }
a { background-color: rgb(196,162,108); }
div.DivClassName
{
background-color: #C4A26C;
}
.BgClassName
{
background-color: #C4A26C;
}
</style>
border-color css
<style>
span { border-color: #C4A26C; }
span { border-color: rgb(196,162,108); }
td.TdClassName
{
border-color: #C4A26C;
}
.TagClassName
{
border-color: #C4A26C;
}
</style>