Shades of Fallow #CD9E63
Tints of Fallow #CD9E63
RGB
CMYK
RGB Variations
Color information
#CD9E63 (or 0xCD9E63) is known color: Fallow. HEX triplet: CD, 9E and 63. RGB value is (205,158,99). Sum of RGB (Red+Green+Blue) = 205+158+99=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9E63 is #32619C. Grayscale: #A5A5A5. Windows color (decimal): -3301789 or 6528717. OLE color: 6528717.
HSL color Cylindrical-coordinate representation of color #CD9E63: hue angle of 33.4º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD9E63 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 99 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.20 |
| HSL | 33.4º | 0.51% | 0.6% | - |
| HSV(B) | 33.4º | 0.52% | 0.8% | - |
| XYZ | 39.66 | 38.33 | 17.11 | - |
| YUV | 165.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 99 | 0 | 0.23 | 0.52 | 0.20 | 33.4 | 0.51 | 0.6 |
| Hex | CD | 9E | 63 | 0 | 17 | 34 | 14 | 21 | 33 | 3C |
| Octal | 315 | 236 | 143 | 0 | 27 | 64 | 24 | 41 | 63 | 74 |
| Binary | 11001101 | 10011110 | 1100011 | 0 | 10111 | 110100 | 10100 | 100001 | 110011 | 111100 |
Color Harmonies of #CD9E63
Complementary color
Monochromatic Colors of #CD9E63
Black with #CD9E63
Text Example
Text Example
White with #CD9E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E63; }
p { color: rgb(205,158,99); }
H1.HeaderClassName
{
color: #CD9E63;
}
.AnyTagClassName
{
color: #CD9E63;
}
</style>
background-color css
<style>
a { background-color: #CD9E63; }
a { background-color: rgb(205,158,99); }
div.DivClassName
{
background-color: #CD9E63;
}
.BgClassName
{
background-color: #CD9E63;
}
</style>
border-color css
<style>
span { border-color: #CD9E63; }
span { border-color: rgb(205,158,99); }
td.TdClassName
{
border-color: #CD9E63;
}
.TagClassName
{
border-color: #CD9E63;
}
</style>