Shades of Fallow #C09B75
Tints of Fallow #C09B75
RGB
CMYK
RGB Variations
Color information
#C09B75 (or 0xC09B75) is known color: Fallow. HEX triplet: C0, 9B and 75. RGB value is (192,155,117). Sum of RGB (Red+Green+Blue) = 192+155+117=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B75 is #3F648A. Grayscale: #A1A1A1. Windows color (decimal): -4154507 or 7707584. OLE color: 7707584.
HSL color Cylindrical-coordinate representation of color #C09B75: hue angle of 30.4º 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 #C09B75 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 117 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.25 |
| HSL | 30.4º | 0.37% | 0.61% | - |
| HSV(B) | 30.4º | 0.39% | 0.75% | - |
| XYZ | 36.67 | 35.93 | 21.83 | - |
| YUV | 161.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 117 | 0 | 0.19 | 0.39 | 0.25 | 30.4 | 0.37 | 0.61 |
| Hex | C0 | 9B | 75 | 0 | 13 | 27 | 19 | 1E | 25 | 3D |
| Octal | 300 | 233 | 165 | 0 | 23 | 47 | 31 | 36 | 45 | 75 |
| Binary | 11000000 | 10011011 | 1110101 | 0 | 10011 | 100111 | 11001 | 11110 | 100101 | 111101 |
Color Harmonies of #C09B75
Complementary color
Monochromatic Colors of #C09B75
Black with #C09B75
Text Example
Text Example
White with #C09B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B75; }
p { color: rgb(192,155,117); }
H1.HeaderClassName
{
color: #C09B75;
}
.AnyTagClassName
{
color: #C09B75;
}
</style>
background-color css
<style>
a { background-color: #C09B75; }
a { background-color: rgb(192,155,117); }
div.DivClassName
{
background-color: #C09B75;
}
.BgClassName
{
background-color: #C09B75;
}
</style>
border-color css
<style>
span { border-color: #C09B75; }
span { border-color: rgb(192,155,117); }
td.TdClassName
{
border-color: #C09B75;
}
.TagClassName
{
border-color: #C09B75;
}
</style>