Shades of Fallow #C8A26F
Tints of Fallow #C8A26F
RGB
CMYK
RGB Variations
Color information
#C8A26F (or 0xC8A26F) is known color: Fallow. HEX triplet: C8, A2 and 6F. RGB value is (200,162,111). Sum of RGB (Red+Green+Blue) = 200+162+111=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A26F is #375D90. Grayscale: #A7A7A7. Windows color (decimal): -3628433 or 7316168. OLE color: 7316168.
HSL color Cylindrical-coordinate representation of color #C8A26F: hue angle of 34.38º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8A26F is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 111 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.22 |
| HSL | 34.38º | 0.45% | 0.61% | - |
| HSV(B) | 34.38º | 0.45% | 0.78% | - |
| XYZ | 39.61 | 39.27 | 20.53 | - |
| YUV | 167.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 111 | 0 | 0.19 | 0.44 | 0.22 | 34.38 | 0.45 | 0.61 |
| Hex | C8 | A2 | 6F | 0 | 13 | 2C | 16 | 22 | 2D | 3D |
| Octal | 310 | 242 | 157 | 0 | 23 | 54 | 26 | 42 | 55 | 75 |
| Binary | 11001000 | 10100010 | 1101111 | 0 | 10011 | 101100 | 10110 | 100010 | 101101 | 111101 |
Color Harmonies of #C8A26F
Complementary color
Monochromatic Colors of #C8A26F
Black with #C8A26F
Text Example
Text Example
White with #C8A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A26F; }
p { color: rgb(200,162,111); }
H1.HeaderClassName
{
color: #C8A26F;
}
.AnyTagClassName
{
color: #C8A26F;
}
</style>
background-color css
<style>
a { background-color: #C8A26F; }
a { background-color: rgb(200,162,111); }
div.DivClassName
{
background-color: #C8A26F;
}
.BgClassName
{
background-color: #C8A26F;
}
</style>
border-color css
<style>
span { border-color: #C8A26F; }
span { border-color: rgb(200,162,111); }
td.TdClassName
{
border-color: #C8A26F;
}
.TagClassName
{
border-color: #C8A26F;
}
</style>