Shades of Fallow #CCA16E
Tints of Fallow #CCA16E
RGB
CMYK
RGB Variations
Color information
#CCA16E (or 0xCCA16E) is known color: Fallow. HEX triplet: CC, A1 and 6E. RGB value is (204,161,110). Sum of RGB (Red+Green+Blue) = 204+161+110=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA16E is #335E91. Grayscale: #A8A8A8. Windows color (decimal): -3366546 or 7250380. OLE color: 7250380.
HSL color Cylindrical-coordinate representation of color #CCA16E: hue angle of 32.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCA16E is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 110 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.2 |
| HSL | 32.55º | 0.48% | 0.62% | - |
| HSV(B) | 32.55º | 0.46% | 0.8% | - |
| XYZ | 40.46 | 39.45 | 20.23 | - |
| YUV | 168.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 110 | 0 | 0.21 | 0.46 | 0.2 | 32.55 | 0.48 | 0.62 |
| Hex | CC | A1 | 6E | 0 | 15 | 2E | 14 | 21 | 30 | 3E |
| Octal | 314 | 241 | 156 | 0 | 25 | 56 | 24 | 41 | 60 | 76 |
| Binary | 11001100 | 10100001 | 1101110 | 0 | 10101 | 101110 | 10100 | 100001 | 110000 | 111110 |
Color Harmonies of #CCA16E
Complementary color
Monochromatic Colors of #CCA16E
Black with #CCA16E
Text Example
Text Example
White with #CCA16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA16E; }
p { color: rgb(204,161,110); }
H1.HeaderClassName
{
color: #CCA16E;
}
.AnyTagClassName
{
color: #CCA16E;
}
</style>
background-color css
<style>
a { background-color: #CCA16E; }
a { background-color: rgb(204,161,110); }
div.DivClassName
{
background-color: #CCA16E;
}
.BgClassName
{
background-color: #CCA16E;
}
</style>
border-color css
<style>
span { border-color: #CCA16E; }
span { border-color: rgb(204,161,110); }
td.TdClassName
{
border-color: #CCA16E;
}
.TagClassName
{
border-color: #CCA16E;
}
</style>