Shades of Fallow #CCA172
Tints of Fallow #CCA172
RGB
CMYK
RGB Variations
Color information
#CCA172 (or 0xCCA172) is known color: Fallow. HEX triplet: CC, A1 and 72. RGB value is (204,161,114). Sum of RGB (Red+Green+Blue) = 204+161+114=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA172 is #335E8D. Grayscale: #A8A8A8. Windows color (decimal): -3366542 or 7512524. OLE color: 7512524.
HSL color Cylindrical-coordinate representation of color #CCA172: hue angle of 31.33º 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 #CCA172 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 114 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.2 |
| HSL | 31.33º | 0.47% | 0.62% | - |
| HSV(B) | 31.33º | 0.44% | 0.8% | - |
| XYZ | 40.68 | 39.54 | 21.41 | - |
| YUV | 168.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 114 | 0 | 0.21 | 0.44 | 0.2 | 31.33 | 0.47 | 0.62 |
| Hex | CC | A1 | 72 | 0 | 15 | 2C | 14 | 1F | 2F | 3E |
| Octal | 314 | 241 | 162 | 0 | 25 | 54 | 24 | 37 | 57 | 76 |
| Binary | 11001100 | 10100001 | 1110010 | 0 | 10101 | 101100 | 10100 | 11111 | 101111 | 111110 |
Color Harmonies of #CCA172
Complementary color
Monochromatic Colors of #CCA172
Black with #CCA172
Text Example
Text Example
White with #CCA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA172; }
p { color: rgb(204,161,114); }
H1.HeaderClassName
{
color: #CCA172;
}
.AnyTagClassName
{
color: #CCA172;
}
</style>
background-color css
<style>
a { background-color: #CCA172; }
a { background-color: rgb(204,161,114); }
div.DivClassName
{
background-color: #CCA172;
}
.BgClassName
{
background-color: #CCA172;
}
</style>
border-color css
<style>
span { border-color: #CCA172; }
span { border-color: rgb(204,161,114); }
td.TdClassName
{
border-color: #CCA172;
}
.TagClassName
{
border-color: #CCA172;
}
</style>