Shades of Fallow #CC9963
Tints of Fallow #CC9963
RGB
CMYK
RGB Variations
Color information
#CC9963 (or 0xCC9963) is known color: Fallow. HEX triplet: CC, 99 and 63. RGB value is (204,153,99). Sum of RGB (Red+Green+Blue) = 204+153+99=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9963 is #33669C. Grayscale: #A2A2A2. Windows color (decimal): -3368605 or 6527436. OLE color: 6527436.
HSL color Cylindrical-coordinate representation of color #CC9963: hue angle of 30.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC9963 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 99 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.2 |
| HSL | 30.86º | 0.51% | 0.59% | - |
| HSV(B) | 30.86º | 0.51% | 0.8% | - |
| XYZ | 38.55 | 36.52 | 16.82 | - |
| YUV | 162.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 99 | 0 | 0.25 | 0.51 | 0.2 | 30.86 | 0.51 | 0.59 |
| Hex | CC | 99 | 63 | 0 | 19 | 33 | 14 | 1F | 33 | 3B |
| Octal | 314 | 231 | 143 | 0 | 31 | 63 | 24 | 37 | 63 | 73 |
| Binary | 11001100 | 10011001 | 1100011 | 0 | 11001 | 110011 | 10100 | 11111 | 110011 | 111011 |
Color Harmonies of #CC9963
Complementary color
Monochromatic Colors of #CC9963
Black with #CC9963
Text Example
Text Example
White with #CC9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9963; }
p { color: rgb(204,153,99); }
H1.HeaderClassName
{
color: #CC9963;
}
.AnyTagClassName
{
color: #CC9963;
}
</style>
background-color css
<style>
a { background-color: #CC9963; }
a { background-color: rgb(204,153,99); }
div.DivClassName
{
background-color: #CC9963;
}
.BgClassName
{
background-color: #CC9963;
}
</style>
border-color css
<style>
span { border-color: #CC9963; }
span { border-color: rgb(204,153,99); }
td.TdClassName
{
border-color: #CC9963;
}
.TagClassName
{
border-color: #CC9963;
}
</style>