Shades of Fallow #C2A476
Tints of Fallow #C2A476
RGB
CMYK
RGB Variations
Color information
#C2A476 (or 0xC2A476) is known color: Fallow. HEX triplet: C2, A4 and 76. RGB value is (194,164,118). Sum of RGB (Red+Green+Blue) = 194+164+118=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A476 is #3D5B89. Grayscale: #A7A7A7. Windows color (decimal): -4021130 or 7775426. OLE color: 7775426.
HSL color Cylindrical-coordinate representation of color #C2A476: hue angle of 36.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2A476 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 118 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.24 |
| HSL | 36.32º | 0.38% | 0.61% | - |
| HSV(B) | 36.32º | 0.39% | 0.76% | - |
| XYZ | 38.79 | 39.33 | 22.69 | - |
| YUV | 167.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 118 | 0 | 0.15 | 0.39 | 0.24 | 36.32 | 0.38 | 0.61 |
| Hex | C2 | A4 | 76 | 0 | F | 27 | 18 | 24 | 26 | 3D |
| Octal | 302 | 244 | 166 | 0 | 17 | 47 | 30 | 44 | 46 | 75 |
| Binary | 11000010 | 10100100 | 1110110 | 0 | 1111 | 100111 | 11000 | 100100 | 100110 | 111101 |
Color Harmonies of #C2A476
Complementary color
Monochromatic Colors of #C2A476
Black with #C2A476
Text Example
Text Example
White with #C2A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A476; }
p { color: rgb(194,164,118); }
H1.HeaderClassName
{
color: #C2A476;
}
.AnyTagClassName
{
color: #C2A476;
}
</style>
background-color css
<style>
a { background-color: #C2A476; }
a { background-color: rgb(194,164,118); }
div.DivClassName
{
background-color: #C2A476;
}
.BgClassName
{
background-color: #C2A476;
}
</style>
border-color css
<style>
span { border-color: #C2A476; }
span { border-color: rgb(194,164,118); }
td.TdClassName
{
border-color: #C2A476;
}
.TagClassName
{
border-color: #C2A476;
}
</style>