Shades of Fallow #CC9C70
Tints of Fallow #CC9C70
RGB
CMYK
RGB Variations
Color information
#CC9C70 (or 0xCC9C70) is known color: Fallow. HEX triplet: CC, 9C and 70. RGB value is (204,156,112). Sum of RGB (Red+Green+Blue) = 204+156+112=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C70 is #33638F. Grayscale: #A5A5A5. Windows color (decimal): -3367824 or 7380172. OLE color: 7380172.
HSL color Cylindrical-coordinate representation of color #CC9C70: hue angle of 28.7º 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 #CC9C70 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 112 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.2 |
| HSL | 28.7º | 0.47% | 0.62% | - |
| HSV(B) | 28.7º | 0.45% | 0.8% | - |
| XYZ | 39.71 | 37.78 | 20.53 | - |
| YUV | 165.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 112 | 0 | 0.24 | 0.45 | 0.2 | 28.7 | 0.47 | 0.62 |
| Hex | CC | 9C | 70 | 0 | 18 | 2D | 14 | 1D | 2F | 3E |
| Octal | 314 | 234 | 160 | 0 | 30 | 55 | 24 | 35 | 57 | 76 |
| Binary | 11001100 | 10011100 | 1110000 | 0 | 11000 | 101101 | 10100 | 11101 | 101111 | 111110 |
Color Harmonies of #CC9C70
Complementary color
Monochromatic Colors of #CC9C70
Black with #CC9C70
Text Example
Text Example
White with #CC9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C70; }
p { color: rgb(204,156,112); }
H1.HeaderClassName
{
color: #CC9C70;
}
.AnyTagClassName
{
color: #CC9C70;
}
</style>
background-color css
<style>
a { background-color: #CC9C70; }
a { background-color: rgb(204,156,112); }
div.DivClassName
{
background-color: #CC9C70;
}
.BgClassName
{
background-color: #CC9C70;
}
</style>
border-color css
<style>
span { border-color: #CC9C70; }
span { border-color: rgb(204,156,112); }
td.TdClassName
{
border-color: #CC9C70;
}
.TagClassName
{
border-color: #CC9C70;
}
</style>