Shades of Fallow #C3A172
Tints of Fallow #C3A172
RGB
CMYK
RGB Variations
Color information
#C3A172 (or 0xC3A172) is known color: Fallow. HEX triplet: C3, A1 and 72. RGB value is (195,161,114). Sum of RGB (Red+Green+Blue) = 195+161+114=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A172 is #3C5E8D. Grayscale: #A6A6A6. Windows color (decimal): -3956366 or 7512515. OLE color: 7512515.
HSL color Cylindrical-coordinate representation of color #C3A172: hue angle of 34.81º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3A172 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 114 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.24 |
| HSL | 34.81º | 0.4% | 0.61% | - |
| HSV(B) | 34.81º | 0.42% | 0.76% | - |
| XYZ | 38.29 | 38.31 | 21.3 | - |
| YUV | 165.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 114 | 0 | 0.17 | 0.42 | 0.24 | 34.81 | 0.4 | 0.61 |
| Hex | C3 | A1 | 72 | 0 | 11 | 2A | 18 | 23 | 28 | 3D |
| Octal | 303 | 241 | 162 | 0 | 21 | 52 | 30 | 43 | 50 | 75 |
| Binary | 11000011 | 10100001 | 1110010 | 0 | 10001 | 101010 | 11000 | 100011 | 101000 | 111101 |
Color Harmonies of #C3A172
Complementary color
Monochromatic Colors of #C3A172
Black with #C3A172
Text Example
Text Example
White with #C3A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A172; }
p { color: rgb(195,161,114); }
H1.HeaderClassName
{
color: #C3A172;
}
.AnyTagClassName
{
color: #C3A172;
}
</style>
background-color css
<style>
a { background-color: #C3A172; }
a { background-color: rgb(195,161,114); }
div.DivClassName
{
background-color: #C3A172;
}
.BgClassName
{
background-color: #C3A172;
}
</style>
border-color css
<style>
span { border-color: #C3A172; }
span { border-color: rgb(195,161,114); }
td.TdClassName
{
border-color: #C3A172;
}
.TagClassName
{
border-color: #C3A172;
}
</style>