Shades of Fallow #C8A168
Tints of Fallow #C8A168
RGB
CMYK
RGB Variations
Color information
#C8A168 (or 0xC8A168) is known color: Fallow. HEX triplet: C8, A1 and 68. RGB value is (200,161,104). Sum of RGB (Red+Green+Blue) = 200+161+104=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A168 is #375E97. Grayscale: #A6A6A6. Windows color (decimal): -3628696 or 6857160. OLE color: 6857160.
HSL color Cylindrical-coordinate representation of color #C8A168: hue angle of 35.62º degrees, saturation: 0.47, 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 #C8A168 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 104 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.22 |
| HSL | 35.63º | 0.47% | 0.6% | - |
| HSV(B) | 35.63º | 0.48% | 0.78% | - |
| XYZ | 39.06 | 38.77 | 18.52 | - |
| YUV | 166.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 104 | 0 | 0.19 | 0.48 | 0.22 | 35.63 | 0.47 | 0.6 |
| Hex | C8 | A1 | 68 | 0 | 13 | 30 | 16 | 24 | 2F | 3C |
| Octal | 310 | 241 | 150 | 0 | 23 | 60 | 26 | 44 | 57 | 74 |
| Binary | 11001000 | 10100001 | 1101000 | 0 | 10011 | 110000 | 10110 | 100100 | 101111 | 111100 |
Color Harmonies of #C8A168
Complementary color
Monochromatic Colors of #C8A168
Black with #C8A168
Text Example
Text Example
White with #C8A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A168; }
p { color: rgb(200,161,104); }
H1.HeaderClassName
{
color: #C8A168;
}
.AnyTagClassName
{
color: #C8A168;
}
</style>
background-color css
<style>
a { background-color: #C8A168; }
a { background-color: rgb(200,161,104); }
div.DivClassName
{
background-color: #C8A168;
}
.BgClassName
{
background-color: #C8A168;
}
</style>
border-color css
<style>
span { border-color: #C8A168; }
span { border-color: rgb(200,161,104); }
td.TdClassName
{
border-color: #C8A168;
}
.TagClassName
{
border-color: #C8A168;
}
</style>