Shades of Fallow #CCA06F
Tints of Fallow #CCA06F
RGB
CMYK
RGB Variations
Color information
#CCA06F (or 0xCCA06F) is known color: Fallow. HEX triplet: CC, A0 and 6F. RGB value is (204,160,111). Sum of RGB (Red+Green+Blue) = 204+160+111=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA06F is #335F90. Grayscale: #A7A7A7. Windows color (decimal): -3366801 or 7315660. OLE color: 7315660.
HSL color Cylindrical-coordinate representation of color #CCA06F: hue angle of 31.61º 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 #CCA06F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 111 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.2 |
| HSL | 31.61º | 0.48% | 0.62% | - |
| HSV(B) | 31.61º | 0.46% | 0.8% | - |
| XYZ | 40.34 | 39.13 | 20.46 | - |
| YUV | 167.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 111 | 0 | 0.22 | 0.46 | 0.2 | 31.61 | 0.48 | 0.62 |
| Hex | CC | A0 | 6F | 0 | 16 | 2E | 14 | 20 | 30 | 3E |
| Octal | 314 | 240 | 157 | 0 | 26 | 56 | 24 | 40 | 60 | 76 |
| Binary | 11001100 | 10100000 | 1101111 | 0 | 10110 | 101110 | 10100 | 100000 | 110000 | 111110 |
Color Harmonies of #CCA06F
Complementary color
Monochromatic Colors of #CCA06F
Black with #CCA06F
Text Example
Text Example
White with #CCA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA06F; }
p { color: rgb(204,160,111); }
H1.HeaderClassName
{
color: #CCA06F;
}
.AnyTagClassName
{
color: #CCA06F;
}
</style>
background-color css
<style>
a { background-color: #CCA06F; }
a { background-color: rgb(204,160,111); }
div.DivClassName
{
background-color: #CCA06F;
}
.BgClassName
{
background-color: #CCA06F;
}
</style>
border-color css
<style>
span { border-color: #CCA06F; }
span { border-color: rgb(204,160,111); }
td.TdClassName
{
border-color: #CCA06F;
}
.TagClassName
{
border-color: #CCA06F;
}
</style>