Shades of Fallow #C8A169
Tints of Fallow #C8A169
RGB
CMYK
RGB Variations
Color information
#C8A169 (or 0xC8A169) is known color: Fallow. HEX triplet: C8, A1 and 69. RGB value is (200,161,105). Sum of RGB (Red+Green+Blue) = 200+161+105=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A169 is #375E96. Grayscale: #A6A6A6. Windows color (decimal): -3628695 or 6922696. OLE color: 6922696.
HSL color Cylindrical-coordinate representation of color #C8A169: hue angle of 35.37º 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 #C8A169 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 105 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.22 |
| HSL | 35.37º | 0.46% | 0.6% | - |
| HSV(B) | 35.37º | 0.48% | 0.78% | - |
| XYZ | 39.11 | 38.79 | 18.79 | - |
| YUV | 166.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 105 | 0 | 0.19 | 0.48 | 0.22 | 35.37 | 0.46 | 0.6 |
| Hex | C8 | A1 | 69 | 0 | 13 | 30 | 16 | 23 | 2E | 3C |
| Octal | 310 | 241 | 151 | 0 | 23 | 60 | 26 | 43 | 56 | 74 |
| Binary | 11001000 | 10100001 | 1101001 | 0 | 10011 | 110000 | 10110 | 100011 | 101110 | 111100 |
Color Harmonies of #C8A169
Complementary color
Monochromatic Colors of #C8A169
Black with #C8A169
Text Example
Text Example
White with #C8A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A169; }
p { color: rgb(200,161,105); }
H1.HeaderClassName
{
color: #C8A169;
}
.AnyTagClassName
{
color: #C8A169;
}
</style>
background-color css
<style>
a { background-color: #C8A169; }
a { background-color: rgb(200,161,105); }
div.DivClassName
{
background-color: #C8A169;
}
.BgClassName
{
background-color: #C8A169;
}
</style>
border-color css
<style>
span { border-color: #C8A169; }
span { border-color: rgb(200,161,105); }
td.TdClassName
{
border-color: #C8A169;
}
.TagClassName
{
border-color: #C8A169;
}
</style>