Shades of Fallow #CCA271
Tints of Fallow #CCA271
RGB
CMYK
RGB Variations
Color information
#CCA271 (or 0xCCA271) is known color: Fallow. HEX triplet: CC, A2 and 71. RGB value is (204,162,113). Sum of RGB (Red+Green+Blue) = 204+162+113=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA271 is #335D8E. Grayscale: #A9A9A9. Windows color (decimal): -3366287 or 7447244. OLE color: 7447244.
HSL color Cylindrical-coordinate representation of color #CCA271: hue angle of 32.31º 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 #CCA271 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 113 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.2 |
| HSL | 32.31º | 0.47% | 0.62% | - |
| HSV(B) | 32.31º | 0.45% | 0.8% | - |
| XYZ | 40.8 | 39.87 | 21.17 | - |
| YUV | 168.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 113 | 0 | 0.21 | 0.45 | 0.2 | 32.31 | 0.47 | 0.62 |
| Hex | CC | A2 | 71 | 0 | 15 | 2D | 14 | 20 | 2F | 3E |
| Octal | 314 | 242 | 161 | 0 | 25 | 55 | 24 | 40 | 57 | 76 |
| Binary | 11001100 | 10100010 | 1110001 | 0 | 10101 | 101101 | 10100 | 100000 | 101111 | 111110 |
Color Harmonies of #CCA271
Complementary color
Monochromatic Colors of #CCA271
Black with #CCA271
Text Example
Text Example
White with #CCA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA271; }
p { color: rgb(204,162,113); }
H1.HeaderClassName
{
color: #CCA271;
}
.AnyTagClassName
{
color: #CCA271;
}
</style>
background-color css
<style>
a { background-color: #CCA271; }
a { background-color: rgb(204,162,113); }
div.DivClassName
{
background-color: #CCA271;
}
.BgClassName
{
background-color: #CCA271;
}
</style>
border-color css
<style>
span { border-color: #CCA271; }
span { border-color: rgb(204,162,113); }
td.TdClassName
{
border-color: #CCA271;
}
.TagClassName
{
border-color: #CCA271;
}
</style>