Shades of Fallow #C8A069
Tints of Fallow #C8A069
RGB
CMYK
RGB Variations
Color information
#C8A069 (or 0xC8A069) is known color: Fallow. HEX triplet: C8, A0 and 69. RGB value is (200,160,105). Sum of RGB (Red+Green+Blue) = 200+160+105=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A069 is #375F96. Grayscale: #A5A5A5. Windows color (decimal): -3628951 or 6922440. OLE color: 6922440.
HSL color Cylindrical-coordinate representation of color #C8A069: hue angle of 34.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8A069 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 105 | - |
| CMYK | 0 | 0.2 | 0.48 | 0.22 |
| HSL | 34.74º | 0.46% | 0.6% | - |
| HSV(B) | 34.74º | 0.48% | 0.78% | - |
| XYZ | 38.94 | 38.44 | 18.73 | - |
| YUV | 165.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 105 | 0 | 0.2 | 0.48 | 0.22 | 34.74 | 0.46 | 0.6 |
| Hex | C8 | A0 | 69 | 0 | 14 | 30 | 16 | 23 | 2E | 3C |
| Octal | 310 | 240 | 151 | 0 | 24 | 60 | 26 | 43 | 56 | 74 |
| Binary | 11001000 | 10100000 | 1101001 | 0 | 10100 | 110000 | 10110 | 100011 | 101110 | 111100 |
Color Harmonies of #C8A069
Complementary color
Monochromatic Colors of #C8A069
Black with #C8A069
Text Example
Text Example
White with #C8A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A069; }
p { color: rgb(200,160,105); }
H1.HeaderClassName
{
color: #C8A069;
}
.AnyTagClassName
{
color: #C8A069;
}
</style>
background-color css
<style>
a { background-color: #C8A069; }
a { background-color: rgb(200,160,105); }
div.DivClassName
{
background-color: #C8A069;
}
.BgClassName
{
background-color: #C8A069;
}
</style>
border-color css
<style>
span { border-color: #C8A069; }
span { border-color: rgb(200,160,105); }
td.TdClassName
{
border-color: #C8A069;
}
.TagClassName
{
border-color: #C8A069;
}
</style>