Shades of Fallow #CC9E70
Tints of Fallow #CC9E70
RGB
CMYK
RGB Variations
Color information
#CC9E70 (or 0xCC9E70) is known color: Fallow. HEX triplet: CC, 9E and 70. RGB value is (204,158,112). Sum of RGB (Red+Green+Blue) = 204+158+112=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E70 is #33618F. Grayscale: #A6A6A6. Windows color (decimal): -3367312 or 7380684. OLE color: 7380684.
HSL color Cylindrical-coordinate representation of color #CC9E70: hue angle of 30º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC9E70 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 112 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.2 |
| HSL | 30º | 0.47% | 0.62% | - |
| HSV(B) | 30º | 0.45% | 0.8% | - |
| XYZ | 40.05 | 38.46 | 20.64 | - |
| YUV | 166.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 112 | 0 | 0.23 | 0.45 | 0.2 | 30 | 0.47 | 0.62 |
| Hex | CC | 9E | 70 | 0 | 17 | 2D | 14 | 1E | 2F | 3E |
| Octal | 314 | 236 | 160 | 0 | 27 | 55 | 24 | 36 | 57 | 76 |
| Binary | 11001100 | 10011110 | 1110000 | 0 | 10111 | 101101 | 10100 | 11110 | 101111 | 111110 |
Color Harmonies of #CC9E70
Complementary color
Monochromatic Colors of #CC9E70
Black with #CC9E70
Text Example
Text Example
White with #CC9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E70; }
p { color: rgb(204,158,112); }
H1.HeaderClassName
{
color: #CC9E70;
}
.AnyTagClassName
{
color: #CC9E70;
}
</style>
background-color css
<style>
a { background-color: #CC9E70; }
a { background-color: rgb(204,158,112); }
div.DivClassName
{
background-color: #CC9E70;
}
.BgClassName
{
background-color: #CC9E70;
}
</style>
border-color css
<style>
span { border-color: #CC9E70; }
span { border-color: rgb(204,158,112); }
td.TdClassName
{
border-color: #CC9E70;
}
.TagClassName
{
border-color: #CC9E70;
}
</style>