Shades of Fallow #CA9E63
Tints of Fallow #CA9E63
RGB
CMYK
RGB Variations
Color information
#CA9E63 (or 0xCA9E63) is known color: Fallow. HEX triplet: CA, 9E and 63. RGB value is (202,158,99). Sum of RGB (Red+Green+Blue) = 202+158+99=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E63 is #35619C. Grayscale: #A4A4A4. Windows color (decimal): -3498397 or 6528714. OLE color: 6528714.
HSL color Cylindrical-coordinate representation of color #CA9E63: hue angle of 34.37º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9E63 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 99 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.21 |
| HSL | 34.37º | 0.49% | 0.59% | - |
| HSV(B) | 34.37º | 0.51% | 0.79% | - |
| XYZ | 38.84 | 37.91 | 17.08 | - |
| YUV | 164.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 99 | 0 | 0.22 | 0.51 | 0.21 | 34.37 | 0.49 | 0.59 |
| Hex | CA | 9E | 63 | 0 | 16 | 33 | 15 | 22 | 31 | 3B |
| Octal | 312 | 236 | 143 | 0 | 26 | 63 | 25 | 42 | 61 | 73 |
| Binary | 11001010 | 10011110 | 1100011 | 0 | 10110 | 110011 | 10101 | 100010 | 110001 | 111011 |
Color Harmonies of #CA9E63
Complementary color
Monochromatic Colors of #CA9E63
Black with #CA9E63
Text Example
Text Example
White with #CA9E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E63; }
p { color: rgb(202,158,99); }
H1.HeaderClassName
{
color: #CA9E63;
}
.AnyTagClassName
{
color: #CA9E63;
}
</style>
background-color css
<style>
a { background-color: #CA9E63; }
a { background-color: rgb(202,158,99); }
div.DivClassName
{
background-color: #CA9E63;
}
.BgClassName
{
background-color: #CA9E63;
}
</style>
border-color css
<style>
span { border-color: #CA9E63; }
span { border-color: rgb(202,158,99); }
td.TdClassName
{
border-color: #CA9E63;
}
.TagClassName
{
border-color: #CA9E63;
}
</style>