Shades of Fallow #CCA072
Tints of Fallow #CCA072
RGB
CMYK
RGB Variations
Color information
#CCA072 (or 0xCCA072) is known color: Fallow. HEX triplet: CC, A0 and 72. RGB value is (204,160,114). Sum of RGB (Red+Green+Blue) = 204+160+114=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA072 is #335F8D. Grayscale: #A8A8A8. Windows color (decimal): -3366798 or 7512268. OLE color: 7512268.
HSL color Cylindrical-coordinate representation of color #CCA072: hue angle of 30.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCA072 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 114 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.2 |
| HSL | 30.67º | 0.47% | 0.62% | - |
| HSV(B) | 30.67º | 0.44% | 0.8% | - |
| XYZ | 40.51 | 39.19 | 21.35 | - |
| YUV | 167.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 114 | 0 | 0.22 | 0.44 | 0.2 | 30.67 | 0.47 | 0.62 |
| Hex | CC | A0 | 72 | 0 | 16 | 2C | 14 | 1F | 2F | 3E |
| Octal | 314 | 240 | 162 | 0 | 26 | 54 | 24 | 37 | 57 | 76 |
| Binary | 11001100 | 10100000 | 1110010 | 0 | 10110 | 101100 | 10100 | 11111 | 101111 | 111110 |
Color Harmonies of #CCA072
Complementary color
Monochromatic Colors of #CCA072
Black with #CCA072
Text Example
Text Example
White with #CCA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA072; }
p { color: rgb(204,160,114); }
H1.HeaderClassName
{
color: #CCA072;
}
.AnyTagClassName
{
color: #CCA072;
}
</style>
background-color css
<style>
a { background-color: #CCA072; }
a { background-color: rgb(204,160,114); }
div.DivClassName
{
background-color: #CCA072;
}
.BgClassName
{
background-color: #CCA072;
}
</style>
border-color css
<style>
span { border-color: #CCA072; }
span { border-color: rgb(204,160,114); }
td.TdClassName
{
border-color: #CCA072;
}
.TagClassName
{
border-color: #CCA072;
}
</style>