Shades of Fallow #C08C67
Tints of Fallow #C08C67
RGB
CMYK
RGB Variations
Color information
#C08C67 (or 0xC08C67) is known color: Fallow. HEX triplet: C0, 8C and 67. RGB value is (192,140,103). Sum of RGB (Red+Green+Blue) = 192+140+103=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C67 is #3F7398. Grayscale: #979797. Windows color (decimal): -4158361 or 6786240. OLE color: 6786240.
HSL color Cylindrical-coordinate representation of color #C08C67: hue angle of 24.94º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08C67 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 103 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.25 |
| HSL | 24.94º | 0.41% | 0.58% | - |
| HSV(B) | 24.94º | 0.46% | 0.75% | - |
| XYZ | 33.56 | 30.94 | 17.04 | - |
| YUV | 151.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 103 | 0 | 0.27 | 0.46 | 0.25 | 24.94 | 0.41 | 0.58 |
| Hex | C0 | 8C | 67 | 0 | 1B | 2E | 19 | 19 | 29 | 3A |
| Octal | 300 | 214 | 147 | 0 | 33 | 56 | 31 | 31 | 51 | 72 |
| Binary | 11000000 | 10001100 | 1100111 | 0 | 11011 | 101110 | 11001 | 11001 | 101001 | 111010 |
Color Harmonies of #C08C67
Complementary color
Monochromatic Colors of #C08C67
Black with #C08C67
Text Example
Text Example
White with #C08C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C67; }
p { color: rgb(192,140,103); }
H1.HeaderClassName
{
color: #C08C67;
}
.AnyTagClassName
{
color: #C08C67;
}
</style>
background-color css
<style>
a { background-color: #C08C67; }
a { background-color: rgb(192,140,103); }
div.DivClassName
{
background-color: #C08C67;
}
.BgClassName
{
background-color: #C08C67;
}
</style>
border-color css
<style>
span { border-color: #C08C67; }
span { border-color: rgb(192,140,103); }
td.TdClassName
{
border-color: #C08C67;
}
.TagClassName
{
border-color: #C08C67;
}
</style>