Shades of Fallow #CC9A6E
Tints of Fallow #CC9A6E
RGB
CMYK
RGB Variations
Color information
#CC9A6E (or 0xCC9A6E) is known color: Fallow. HEX triplet: CC, 9A and 6E. RGB value is (204,154,110). Sum of RGB (Red+Green+Blue) = 204+154+110=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A6E is #336591. Grayscale: #A4A4A4. Windows color (decimal): -3368338 or 7248588. OLE color: 7248588.
HSL color Cylindrical-coordinate representation of color #CC9A6E: hue angle of 28.09º 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 #CC9A6E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 110 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.2 |
| HSL | 28.09º | 0.48% | 0.62% | - |
| HSV(B) | 28.09º | 0.46% | 0.8% | - |
| XYZ | 39.27 | 37.07 | 19.84 | - |
| YUV | 163.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 110 | 0 | 0.25 | 0.46 | 0.2 | 28.09 | 0.48 | 0.62 |
| Hex | CC | 9A | 6E | 0 | 19 | 2E | 14 | 1C | 30 | 3E |
| Octal | 314 | 232 | 156 | 0 | 31 | 56 | 24 | 34 | 60 | 76 |
| Binary | 11001100 | 10011010 | 1101110 | 0 | 11001 | 101110 | 10100 | 11100 | 110000 | 111110 |
Color Harmonies of #CC9A6E
Complementary color
Monochromatic Colors of #CC9A6E
Black with #CC9A6E
Text Example
Text Example
White with #CC9A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A6E; }
p { color: rgb(204,154,110); }
H1.HeaderClassName
{
color: #CC9A6E;
}
.AnyTagClassName
{
color: #CC9A6E;
}
</style>
background-color css
<style>
a { background-color: #CC9A6E; }
a { background-color: rgb(204,154,110); }
div.DivClassName
{
background-color: #CC9A6E;
}
.BgClassName
{
background-color: #CC9A6E;
}
</style>
border-color css
<style>
span { border-color: #CC9A6E; }
span { border-color: rgb(204,154,110); }
td.TdClassName
{
border-color: #CC9A6E;
}
.TagClassName
{
border-color: #CC9A6E;
}
</style>