Shades of Fallow #CC986E
Tints of Fallow #CC986E
RGB
CMYK
RGB Variations
Color information
#CC986E (or 0xCC986E) is known color: Fallow. HEX triplet: CC, 98 and 6E. RGB value is (204,152,110). Sum of RGB (Red+Green+Blue) = 204+152+110=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC986E is #336791. Grayscale: #A2A2A2. Windows color (decimal): -3368850 or 7248076. OLE color: 7248076.
HSL color Cylindrical-coordinate representation of color #CC986E: hue angle of 26.81º 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 #CC986E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 110 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.2 |
| HSL | 26.81º | 0.48% | 0.62% | - |
| HSV(B) | 26.81º | 0.46% | 0.8% | - |
| XYZ | 38.94 | 36.42 | 19.73 | - |
| YUV | 162.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 110 | 0 | 0.25 | 0.46 | 0.2 | 26.81 | 0.48 | 0.62 |
| Hex | CC | 98 | 6E | 0 | 19 | 2E | 14 | 1B | 30 | 3E |
| Octal | 314 | 230 | 156 | 0 | 31 | 56 | 24 | 33 | 60 | 76 |
| Binary | 11001100 | 10011000 | 1101110 | 0 | 11001 | 101110 | 10100 | 11011 | 110000 | 111110 |
Color Harmonies of #CC986E
Complementary color
Monochromatic Colors of #CC986E
Black with #CC986E
Text Example
Text Example
White with #CC986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC986E; }
p { color: rgb(204,152,110); }
H1.HeaderClassName
{
color: #CC986E;
}
.AnyTagClassName
{
color: #CC986E;
}
</style>
background-color css
<style>
a { background-color: #CC986E; }
a { background-color: rgb(204,152,110); }
div.DivClassName
{
background-color: #CC986E;
}
.BgClassName
{
background-color: #CC986E;
}
</style>
border-color css
<style>
span { border-color: #CC986E; }
span { border-color: rgb(204,152,110); }
td.TdClassName
{
border-color: #CC986E;
}
.TagClassName
{
border-color: #CC986E;
}
</style>