Shades of Fallow #CC9A6D
Tints of Fallow #CC9A6D
RGB
CMYK
RGB Variations
Color information
#CC9A6D (or 0xCC9A6D) is known color: Fallow. HEX triplet: CC, 9A and 6D. RGB value is (204,154,109). Sum of RGB (Red+Green+Blue) = 204+154+109=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A6D is #336592. Grayscale: #A4A4A4. Windows color (decimal): -3368339 or 7183052. OLE color: 7183052.
HSL color Cylindrical-coordinate representation of color #CC9A6D: hue angle of 28.42º 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 #CC9A6D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 109 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.2 |
| HSL | 28.42º | 0.48% | 0.61% | - |
| HSV(B) | 28.42º | 0.47% | 0.8% | - |
| XYZ | 39.22 | 37.05 | 19.55 | - |
| YUV | 163.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 109 | 0 | 0.25 | 0.47 | 0.2 | 28.42 | 0.48 | 0.61 |
| Hex | CC | 9A | 6D | 0 | 19 | 2F | 14 | 1C | 30 | 3D |
| Octal | 314 | 232 | 155 | 0 | 31 | 57 | 24 | 34 | 60 | 75 |
| Binary | 11001100 | 10011010 | 1101101 | 0 | 11001 | 101111 | 10100 | 11100 | 110000 | 111101 |
Color Harmonies of #CC9A6D
Complementary color
Monochromatic Colors of #CC9A6D
Black with #CC9A6D
Text Example
Text Example
White with #CC9A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A6D; }
p { color: rgb(204,154,109); }
H1.HeaderClassName
{
color: #CC9A6D;
}
.AnyTagClassName
{
color: #CC9A6D;
}
</style>
background-color css
<style>
a { background-color: #CC9A6D; }
a { background-color: rgb(204,154,109); }
div.DivClassName
{
background-color: #CC9A6D;
}
.BgClassName
{
background-color: #CC9A6D;
}
</style>
border-color css
<style>
span { border-color: #CC9A6D; }
span { border-color: rgb(204,154,109); }
td.TdClassName
{
border-color: #CC9A6D;
}
.TagClassName
{
border-color: #CC9A6D;
}
</style>