Shades of Fallow #CC9E6F
Tints of Fallow #CC9E6F
RGB
CMYK
RGB Variations
Color information
#CC9E6F (or 0xCC9E6F) is known color: Fallow. HEX triplet: CC, 9E and 6F. RGB value is (204,158,111). Sum of RGB (Red+Green+Blue) = 204+158+111=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E6F is #336190. Grayscale: #A6A6A6. Windows color (decimal): -3367313 or 7315148. OLE color: 7315148.
HSL color Cylindrical-coordinate representation of color #CC9E6F: hue angle of 30.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC9E6F is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 111 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.2 |
| HSL | 30.32º | 0.48% | 0.62% | - |
| HSV(B) | 30.32º | 0.46% | 0.8% | - |
| XYZ | 40 | 38.44 | 20.35 | - |
| YUV | 166.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 111 | 0 | 0.23 | 0.46 | 0.2 | 30.32 | 0.48 | 0.62 |
| Hex | CC | 9E | 6F | 0 | 17 | 2E | 14 | 1E | 30 | 3E |
| Octal | 314 | 236 | 157 | 0 | 27 | 56 | 24 | 36 | 60 | 76 |
| Binary | 11001100 | 10011110 | 1101111 | 0 | 10111 | 101110 | 10100 | 11110 | 110000 | 111110 |
Color Harmonies of #CC9E6F
Complementary color
Monochromatic Colors of #CC9E6F
Black with #CC9E6F
Text Example
Text Example
White with #CC9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E6F; }
p { color: rgb(204,158,111); }
H1.HeaderClassName
{
color: #CC9E6F;
}
.AnyTagClassName
{
color: #CC9E6F;
}
</style>
background-color css
<style>
a { background-color: #CC9E6F; }
a { background-color: rgb(204,158,111); }
div.DivClassName
{
background-color: #CC9E6F;
}
.BgClassName
{
background-color: #CC9E6F;
}
</style>
border-color css
<style>
span { border-color: #CC9E6F; }
span { border-color: rgb(204,158,111); }
td.TdClassName
{
border-color: #CC9E6F;
}
.TagClassName
{
border-color: #CC9E6F;
}
</style>