Shades of Fallow #C89766
Tints of Fallow #C89766
RGB
CMYK
RGB Variations
Color information
#C89766 (or 0xC89766) is known color: Fallow. HEX triplet: C8, 97 and 66. RGB value is (200,151,102). Sum of RGB (Red+Green+Blue) = 200+151+102=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C89766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89766 is #376899. Grayscale: #A0A0A0. Windows color (decimal): -3631258 or 6723528. OLE color: 6723528.
HSL color Cylindrical-coordinate representation of color #C89766: hue angle of 30º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89766 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 102 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.22 |
| HSL | 30º | 0.47% | 0.59% | - |
| HSV(B) | 30º | 0.49% | 0.78% | - |
| XYZ | 37.28 | 35.37 | 17.43 | - |
| YUV | 160.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 102 | 0 | 0.24 | 0.49 | 0.22 | 30 | 0.47 | 0.59 |
| Hex | C8 | 97 | 66 | 0 | 18 | 31 | 16 | 1E | 2F | 3B |
| Octal | 310 | 227 | 146 | 0 | 30 | 61 | 26 | 36 | 57 | 73 |
| Binary | 11001000 | 10010111 | 1100110 | 0 | 11000 | 110001 | 10110 | 11110 | 101111 | 111011 |
Color Harmonies of #C89766
Complementary color
Monochromatic Colors of #C89766
Black with #C89766
Text Example
Text Example
White with #C89766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89766; }
p { color: rgb(200,151,102); }
H1.HeaderClassName
{
color: #C89766;
}
.AnyTagClassName
{
color: #C89766;
}
</style>
background-color css
<style>
a { background-color: #C89766; }
a { background-color: rgb(200,151,102); }
div.DivClassName
{
background-color: #C89766;
}
.BgClassName
{
background-color: #C89766;
}
</style>
border-color css
<style>
span { border-color: #C89766; }
span { border-color: rgb(200,151,102); }
td.TdClassName
{
border-color: #C89766;
}
.TagClassName
{
border-color: #C89766;
}
</style>