Shades of Fallow #C09A75
Tints of Fallow #C09A75
RGB
CMYK
RGB Variations
Color information
#C09A75 (or 0xC09A75) is known color: Fallow. HEX triplet: C0, 9A and 75. RGB value is (192,154,117). Sum of RGB (Red+Green+Blue) = 192+154+117=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A75 is #3F658A. Grayscale: #A1A1A1. Windows color (decimal): -4154763 or 7707328. OLE color: 7707328.
HSL color Cylindrical-coordinate representation of color #C09A75: hue angle of 29.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09A75 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 117 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.25 |
| HSL | 29.6º | 0.37% | 0.61% | - |
| HSV(B) | 29.6º | 0.39% | 0.75% | - |
| XYZ | 36.5 | 35.6 | 21.78 | - |
| YUV | 161.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 117 | 0 | 0.20 | 0.39 | 0.25 | 29.6 | 0.37 | 0.61 |
| Hex | C0 | 9A | 75 | 0 | 14 | 27 | 19 | 1E | 25 | 3D |
| Octal | 300 | 232 | 165 | 0 | 24 | 47 | 31 | 36 | 45 | 75 |
| Binary | 11000000 | 10011010 | 1110101 | 0 | 10100 | 100111 | 11001 | 11110 | 100101 | 111101 |
Color Harmonies of #C09A75
Complementary color
Monochromatic Colors of #C09A75
Black with #C09A75
Text Example
Text Example
White with #C09A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A75; }
p { color: rgb(192,154,117); }
H1.HeaderClassName
{
color: #C09A75;
}
.AnyTagClassName
{
color: #C09A75;
}
</style>
background-color css
<style>
a { background-color: #C09A75; }
a { background-color: rgb(192,154,117); }
div.DivClassName
{
background-color: #C09A75;
}
.BgClassName
{
background-color: #C09A75;
}
</style>
border-color css
<style>
span { border-color: #C09A75; }
span { border-color: rgb(192,154,117); }
td.TdClassName
{
border-color: #C09A75;
}
.TagClassName
{
border-color: #C09A75;
}
</style>