Shades of Fallow #C3A169
Tints of Fallow #C3A169
RGB
CMYK
RGB Variations
Color information
#C3A169 (or 0xC3A169) is known color: Fallow. HEX triplet: C3, A1 and 69. RGB value is (195,161,105). Sum of RGB (Red+Green+Blue) = 195+161+105=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A169 is #3C5E96. Grayscale: #A5A5A5. Windows color (decimal): -3956375 or 6922691. OLE color: 6922691.
HSL color Cylindrical-coordinate representation of color #C3A169: hue angle of 37.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3A169 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 105 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.24 |
| HSL | 37.33º | 0.43% | 0.59% | - |
| HSV(B) | 37.33º | 0.46% | 0.76% | - |
| XYZ | 37.8 | 38.11 | 18.73 | - |
| YUV | 164.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 105 | 0 | 0.17 | 0.46 | 0.24 | 37.33 | 0.43 | 0.59 |
| Hex | C3 | A1 | 69 | 0 | 11 | 2E | 18 | 25 | 2B | 3B |
| Octal | 303 | 241 | 151 | 0 | 21 | 56 | 30 | 45 | 53 | 73 |
| Binary | 11000011 | 10100001 | 1101001 | 0 | 10001 | 101110 | 11000 | 100101 | 101011 | 111011 |
Color Harmonies of #C3A169
Complementary color
Monochromatic Colors of #C3A169
Black with #C3A169
Text Example
Text Example
White with #C3A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A169; }
p { color: rgb(195,161,105); }
H1.HeaderClassName
{
color: #C3A169;
}
.AnyTagClassName
{
color: #C3A169;
}
</style>
background-color css
<style>
a { background-color: #C3A169; }
a { background-color: rgb(195,161,105); }
div.DivClassName
{
background-color: #C3A169;
}
.BgClassName
{
background-color: #C3A169;
}
</style>
border-color css
<style>
span { border-color: #C3A169; }
span { border-color: rgb(195,161,105); }
td.TdClassName
{
border-color: #C3A169;
}
.TagClassName
{
border-color: #C3A169;
}
</style>