Shades of Fallow #CCA16F
Tints of Fallow #CCA16F
RGB
CMYK
RGB Variations
Color information
#CCA16F (or 0xCCA16F) is known color: Fallow. HEX triplet: CC, A1 and 6F. RGB value is (204,161,111). Sum of RGB (Red+Green+Blue) = 204+161+111=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA16F is #335E90. Grayscale: #A8A8A8. Windows color (decimal): -3366545 or 7315916. OLE color: 7315916.
HSL color Cylindrical-coordinate representation of color #CCA16F: hue angle of 32.26º 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 #CCA16F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 111 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.2 |
| HSL | 32.26º | 0.48% | 0.62% | - |
| HSV(B) | 32.26º | 0.46% | 0.8% | - |
| XYZ | 40.52 | 39.47 | 20.52 | - |
| YUV | 168.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 111 | 0 | 0.21 | 0.46 | 0.2 | 32.26 | 0.48 | 0.62 |
| Hex | CC | A1 | 6F | 0 | 15 | 2E | 14 | 20 | 30 | 3E |
| Octal | 314 | 241 | 157 | 0 | 25 | 56 | 24 | 40 | 60 | 76 |
| Binary | 11001100 | 10100001 | 1101111 | 0 | 10101 | 101110 | 10100 | 100000 | 110000 | 111110 |
Color Harmonies of #CCA16F
Complementary color
Monochromatic Colors of #CCA16F
Black with #CCA16F
Text Example
Text Example
White with #CCA16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA16F; }
p { color: rgb(204,161,111); }
H1.HeaderClassName
{
color: #CCA16F;
}
.AnyTagClassName
{
color: #CCA16F;
}
</style>
background-color css
<style>
a { background-color: #CCA16F; }
a { background-color: rgb(204,161,111); }
div.DivClassName
{
background-color: #CCA16F;
}
.BgClassName
{
background-color: #CCA16F;
}
</style>
border-color css
<style>
span { border-color: #CCA16F; }
span { border-color: rgb(204,161,111); }
td.TdClassName
{
border-color: #CCA16F;
}
.TagClassName
{
border-color: #CCA16F;
}
</style>