Shades of Fallow #C8A26C
Tints of Fallow #C8A26C
RGB
CMYK
RGB Variations
Color information
#C8A26C (or 0xC8A26C) is known color: Fallow. HEX triplet: C8, A2 and 6C. RGB value is (200,162,108). Sum of RGB (Red+Green+Blue) = 200+162+108=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A26C is #375D93. Grayscale: #A7A7A7. Windows color (decimal): -3628436 or 7119560. OLE color: 7119560.
HSL color Cylindrical-coordinate representation of color #C8A26C: hue angle of 35.22º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8A26C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 108 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.22 |
| HSL | 35.22º | 0.46% | 0.6% | - |
| HSV(B) | 35.22º | 0.46% | 0.78% | - |
| XYZ | 39.45 | 39.2 | 19.68 | - |
| YUV | 167.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 108 | 0 | 0.19 | 0.46 | 0.22 | 35.22 | 0.46 | 0.6 |
| Hex | C8 | A2 | 6C | 0 | 13 | 2E | 16 | 23 | 2E | 3C |
| Octal | 310 | 242 | 154 | 0 | 23 | 56 | 26 | 43 | 56 | 74 |
| Binary | 11001000 | 10100010 | 1101100 | 0 | 10011 | 101110 | 10110 | 100011 | 101110 | 111100 |
Color Harmonies of #C8A26C
Complementary color
Monochromatic Colors of #C8A26C
Black with #C8A26C
Text Example
Text Example
White with #C8A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A26C; }
p { color: rgb(200,162,108); }
H1.HeaderClassName
{
color: #C8A26C;
}
.AnyTagClassName
{
color: #C8A26C;
}
</style>
background-color css
<style>
a { background-color: #C8A26C; }
a { background-color: rgb(200,162,108); }
div.DivClassName
{
background-color: #C8A26C;
}
.BgClassName
{
background-color: #C8A26C;
}
</style>
border-color css
<style>
span { border-color: #C8A26C; }
span { border-color: rgb(200,162,108); }
td.TdClassName
{
border-color: #C8A26C;
}
.TagClassName
{
border-color: #C8A26C;
}
</style>