Shades of Fallow #CC9A63
Tints of Fallow #CC9A63
RGB
CMYK
RGB Variations
Color information
#CC9A63 (or 0xCC9A63) is known color: Fallow. HEX triplet: CC, 9A and 63. RGB value is (204,154,99). Sum of RGB (Red+Green+Blue) = 204+154+99=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A63 is #33659C. Grayscale: #A2A2A2. Windows color (decimal): -3368349 or 6527692. OLE color: 6527692.
HSL color Cylindrical-coordinate representation of color #CC9A63: hue angle of 31.43º 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 #CC9A63 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 99 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.2 |
| HSL | 31.43º | 0.51% | 0.59% | - |
| HSV(B) | 31.43º | 0.51% | 0.8% | - |
| XYZ | 38.71 | 36.85 | 16.88 | - |
| YUV | 162.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 99 | 0 | 0.25 | 0.51 | 0.2 | 31.43 | 0.51 | 0.59 |
| Hex | CC | 9A | 63 | 0 | 19 | 33 | 14 | 1F | 33 | 3B |
| Octal | 314 | 232 | 143 | 0 | 31 | 63 | 24 | 37 | 63 | 73 |
| Binary | 11001100 | 10011010 | 1100011 | 0 | 11001 | 110011 | 10100 | 11111 | 110011 | 111011 |
Color Harmonies of #CC9A63
Complementary color
Monochromatic Colors of #CC9A63
Black with #CC9A63
Text Example
Text Example
White with #CC9A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A63; }
p { color: rgb(204,154,99); }
H1.HeaderClassName
{
color: #CC9A63;
}
.AnyTagClassName
{
color: #CC9A63;
}
</style>
background-color css
<style>
a { background-color: #CC9A63; }
a { background-color: rgb(204,154,99); }
div.DivClassName
{
background-color: #CC9A63;
}
.BgClassName
{
background-color: #CC9A63;
}
</style>
border-color css
<style>
span { border-color: #CC9A63; }
span { border-color: rgb(204,154,99); }
td.TdClassName
{
border-color: #CC9A63;
}
.TagClassName
{
border-color: #CC9A63;
}
</style>