Shades of Fallow #CCA166
Tints of Fallow #CCA166
RGB
CMYK
RGB Variations
Color information
#CCA166 (or 0xCCA166) is known color: Fallow. HEX triplet: CC, A1 and 66. RGB value is (204,161,102). Sum of RGB (Red+Green+Blue) = 204+161+102=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA166 is #335E99. Grayscale: #A7A7A7. Windows color (decimal): -3366554 or 6726092. OLE color: 6726092.
HSL color Cylindrical-coordinate representation of color #CCA166: hue angle of 34.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA166 is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 102 | - |
| CMYK | 0 | 0.21 | 0.5 | 0.2 |
| HSL | 34.71º | 0.5% | 0.6% | - |
| HSV(B) | 34.71º | 0.5% | 0.8% | - |
| XYZ | 40.04 | 39.29 | 18.04 | - |
| YUV | 167.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 102 | 0 | 0.21 | 0.5 | 0.2 | 34.71 | 0.5 | 0.6 |
| Hex | CC | A1 | 66 | 0 | 15 | 32 | 14 | 23 | 32 | 3C |
| Octal | 314 | 241 | 146 | 0 | 25 | 62 | 24 | 43 | 62 | 74 |
| Binary | 11001100 | 10100001 | 1100110 | 0 | 10101 | 110010 | 10100 | 100011 | 110010 | 111100 |
Color Harmonies of #CCA166
Complementary color
Monochromatic Colors of #CCA166
Black with #CCA166
Text Example
Text Example
White with #CCA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA166; }
p { color: rgb(204,161,102); }
H1.HeaderClassName
{
color: #CCA166;
}
.AnyTagClassName
{
color: #CCA166;
}
</style>
background-color css
<style>
a { background-color: #CCA166; }
a { background-color: rgb(204,161,102); }
div.DivClassName
{
background-color: #CCA166;
}
.BgClassName
{
background-color: #CCA166;
}
</style>
border-color css
<style>
span { border-color: #CCA166; }
span { border-color: rgb(204,161,102); }
td.TdClassName
{
border-color: #CCA166;
}
.TagClassName
{
border-color: #CCA166;
}
</style>