Shades of Fallow #C3A46C
Tints of Fallow #C3A46C
RGB
CMYK
RGB Variations
Color information
#C3A46C (or 0xC3A46C) is known color: Fallow. HEX triplet: C3, A4 and 6C. RGB value is (195,164,108). Sum of RGB (Red+Green+Blue) = 195+164+108=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A46C is #3C5B93. Grayscale: #A7A7A7. Windows color (decimal): -3955604 or 7120067. OLE color: 7120067.
HSL color Cylindrical-coordinate representation of color #C3A46C: hue angle of 38.62º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3A46C is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 108 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.24 |
| HSL | 38.62º | 0.42% | 0.59% | - |
| HSV(B) | 38.62º | 0.45% | 0.76% | - |
| XYZ | 38.49 | 39.24 | 19.73 | - |
| YUV | 166.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 108 | 0 | 0.16 | 0.45 | 0.24 | 38.62 | 0.42 | 0.59 |
| Hex | C3 | A4 | 6C | 0 | 10 | 2D | 18 | 27 | 2A | 3B |
| Octal | 303 | 244 | 154 | 0 | 20 | 55 | 30 | 47 | 52 | 73 |
| Binary | 11000011 | 10100100 | 1101100 | 0 | 10000 | 101101 | 11000 | 100111 | 101010 | 111011 |
Color Harmonies of #C3A46C
Complementary color
Monochromatic Colors of #C3A46C
Black with #C3A46C
Text Example
Text Example
White with #C3A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A46C; }
p { color: rgb(195,164,108); }
H1.HeaderClassName
{
color: #C3A46C;
}
.AnyTagClassName
{
color: #C3A46C;
}
</style>
background-color css
<style>
a { background-color: #C3A46C; }
a { background-color: rgb(195,164,108); }
div.DivClassName
{
background-color: #C3A46C;
}
.BgClassName
{
background-color: #C3A46C;
}
</style>
border-color css
<style>
span { border-color: #C3A46C; }
span { border-color: rgb(195,164,108); }
td.TdClassName
{
border-color: #C3A46C;
}
.TagClassName
{
border-color: #C3A46C;
}
</style>