Shades of Fallow #CCA06C
Tints of Fallow #CCA06C
RGB
CMYK
RGB Variations
Color information
#CCA06C (or 0xCCA06C) is known color: Fallow. HEX triplet: CC, A0 and 6C. RGB value is (204,160,108). Sum of RGB (Red+Green+Blue) = 204+160+108=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA06C is #335F93. Grayscale: #A7A7A7. Windows color (decimal): -3366804 or 7119052. OLE color: 7119052.
HSL color Cylindrical-coordinate representation of color #CCA06C: hue angle of 32.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCA06C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 108 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.2 |
| HSL | 32.5º | 0.48% | 0.61% | - |
| HSV(B) | 32.5º | 0.47% | 0.8% | - |
| XYZ | 40.18 | 39.06 | 19.61 | - |
| YUV | 167.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 108 | 0 | 0.22 | 0.47 | 0.2 | 32.5 | 0.48 | 0.61 |
| Hex | CC | A0 | 6C | 0 | 16 | 2F | 14 | 20 | 30 | 3D |
| Octal | 314 | 240 | 154 | 0 | 26 | 57 | 24 | 40 | 60 | 75 |
| Binary | 11001100 | 10100000 | 1101100 | 0 | 10110 | 101111 | 10100 | 100000 | 110000 | 111101 |
Color Harmonies of #CCA06C
Complementary color
Monochromatic Colors of #CCA06C
Black with #CCA06C
Text Example
Text Example
White with #CCA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA06C; }
p { color: rgb(204,160,108); }
H1.HeaderClassName
{
color: #CCA06C;
}
.AnyTagClassName
{
color: #CCA06C;
}
</style>
background-color css
<style>
a { background-color: #CCA06C; }
a { background-color: rgb(204,160,108); }
div.DivClassName
{
background-color: #CCA06C;
}
.BgClassName
{
background-color: #CCA06C;
}
</style>
border-color css
<style>
span { border-color: #CCA06C; }
span { border-color: rgb(204,160,108); }
td.TdClassName
{
border-color: #CCA06C;
}
.TagClassName
{
border-color: #CCA06C;
}
</style>