Shades of Fallow #C09769
Tints of Fallow #C09769
RGB
CMYK
RGB Variations
Color information
#C09769 (or 0xC09769) is known color: Fallow. HEX triplet: C0, 97 and 69. RGB value is (192,151,105). Sum of RGB (Red+Green+Blue) = 192+151+105=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C09769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09769 is #3F6896. Grayscale: #9E9E9E. Windows color (decimal): -4155543 or 6920128. OLE color: 6920128.
HSL color Cylindrical-coordinate representation of color #C09769: hue angle of 31.72º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C09769 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 105 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.25 |
| HSL | 31.72º | 0.41% | 0.58% | - |
| HSV(B) | 31.72º | 0.45% | 0.75% | - |
| XYZ | 35.35 | 34.36 | 18.13 | - |
| YUV | 158.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 105 | 0 | 0.21 | 0.45 | 0.25 | 31.72 | 0.41 | 0.58 |
| Hex | C0 | 97 | 69 | 0 | 15 | 2D | 19 | 20 | 29 | 3A |
| Octal | 300 | 227 | 151 | 0 | 25 | 55 | 31 | 40 | 51 | 72 |
| Binary | 11000000 | 10010111 | 1101001 | 0 | 10101 | 101101 | 11001 | 100000 | 101001 | 111010 |
Color Harmonies of #C09769
Complementary color
Monochromatic Colors of #C09769
Black with #C09769
Text Example
Text Example
White with #C09769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09769; }
p { color: rgb(192,151,105); }
H1.HeaderClassName
{
color: #C09769;
}
.AnyTagClassName
{
color: #C09769;
}
</style>
background-color css
<style>
a { background-color: #C09769; }
a { background-color: rgb(192,151,105); }
div.DivClassName
{
background-color: #C09769;
}
.BgClassName
{
background-color: #C09769;
}
</style>
border-color css
<style>
span { border-color: #C09769; }
span { border-color: rgb(192,151,105); }
td.TdClassName
{
border-color: #C09769;
}
.TagClassName
{
border-color: #C09769;
}
</style>