Shades of Fallow #CC986A
Tints of Fallow #CC986A
RGB
CMYK
RGB Variations
Color information
#CC986A (or 0xCC986A) is known color: Fallow. HEX triplet: CC, 98 and 6A. RGB value is (204,152,106). Sum of RGB (Red+Green+Blue) = 204+152+106=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC986A is #336795. Grayscale: #A2A2A2. Windows color (decimal): -3368854 or 6985932. OLE color: 6985932.
HSL color Cylindrical-coordinate representation of color #CC986A: hue angle of 28.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC986A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 106 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.2 |
| HSL | 28.16º | 0.49% | 0.61% | - |
| HSV(B) | 28.16º | 0.48% | 0.8% | - |
| XYZ | 38.73 | 36.33 | 18.61 | - |
| YUV | 162.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 106 | 0 | 0.25 | 0.48 | 0.2 | 28.16 | 0.49 | 0.61 |
| Hex | CC | 98 | 6A | 0 | 19 | 30 | 14 | 1C | 31 | 3D |
| Octal | 314 | 230 | 152 | 0 | 31 | 60 | 24 | 34 | 61 | 75 |
| Binary | 11001100 | 10011000 | 1101010 | 0 | 11001 | 110000 | 10100 | 11100 | 110001 | 111101 |
Color Harmonies of #CC986A
Complementary color
Monochromatic Colors of #CC986A
Black with #CC986A
Text Example
Text Example
White with #CC986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC986A; }
p { color: rgb(204,152,106); }
H1.HeaderClassName
{
color: #CC986A;
}
.AnyTagClassName
{
color: #CC986A;
}
</style>
background-color css
<style>
a { background-color: #CC986A; }
a { background-color: rgb(204,152,106); }
div.DivClassName
{
background-color: #CC986A;
}
.BgClassName
{
background-color: #CC986A;
}
</style>
border-color css
<style>
span { border-color: #CC986A; }
span { border-color: rgb(204,152,106); }
td.TdClassName
{
border-color: #CC986A;
}
.TagClassName
{
border-color: #CC986A;
}
</style>