Shades of Fallow #C89B64
Tints of Fallow #C89B64
RGB
CMYK
RGB Variations
Color information
#C89B64 (or 0xC89B64) is known color: Fallow. HEX triplet: C8, 9B and 64. RGB value is (200,155,100). Sum of RGB (Red+Green+Blue) = 200+155+100=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89B64 is #37649B. Grayscale: #A2A2A2. Windows color (decimal): -3630236 or 6593480. OLE color: 6593480.
HSL color Cylindrical-coordinate representation of color #C89B64: hue angle of 33º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C89B64 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 100 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.22 |
| HSL | 33º | 0.48% | 0.59% | - |
| HSV(B) | 33º | 0.5% | 0.78% | - |
| XYZ | 37.84 | 36.64 | 17.13 | - |
| YUV | 162.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 100 | 0 | 0.22 | 0.5 | 0.22 | 33 | 0.48 | 0.59 |
| Hex | C8 | 9B | 64 | 0 | 16 | 32 | 16 | 21 | 30 | 3B |
| Octal | 310 | 233 | 144 | 0 | 26 | 62 | 26 | 41 | 60 | 73 |
| Binary | 11001000 | 10011011 | 1100100 | 0 | 10110 | 110010 | 10110 | 100001 | 110000 | 111011 |
Color Harmonies of #C89B64
Complementary color
Monochromatic Colors of #C89B64
Black with #C89B64
Text Example
Text Example
White with #C89B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B64; }
p { color: rgb(200,155,100); }
H1.HeaderClassName
{
color: #C89B64;
}
.AnyTagClassName
{
color: #C89B64;
}
</style>
background-color css
<style>
a { background-color: #C89B64; }
a { background-color: rgb(200,155,100); }
div.DivClassName
{
background-color: #C89B64;
}
.BgClassName
{
background-color: #C89B64;
}
</style>
border-color css
<style>
span { border-color: #C89B64; }
span { border-color: rgb(200,155,100); }
td.TdClassName
{
border-color: #C89B64;
}
.TagClassName
{
border-color: #C89B64;
}
</style>