Shades of Fallow #CA9E6D
Tints of Fallow #CA9E6D
RGB
CMYK
RGB Variations
Color information
#CA9E6D (or 0xCA9E6D) is known color: Fallow. HEX triplet: CA, 9E and 6D. RGB value is (202,158,109). Sum of RGB (Red+Green+Blue) = 202+158+109=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E6D is #356192. Grayscale: #A5A5A5. Windows color (decimal): -3498387 or 7184074. OLE color: 7184074.
HSL color Cylindrical-coordinate representation of color #CA9E6D: hue angle of 31.61º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA9E6D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 109 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.21 |
| HSL | 31.61º | 0.47% | 0.61% | - |
| HSV(B) | 31.61º | 0.46% | 0.79% | - |
| XYZ | 39.34 | 38.11 | 19.75 | - |
| YUV | 165.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 109 | 0 | 0.22 | 0.46 | 0.21 | 31.61 | 0.47 | 0.61 |
| Hex | CA | 9E | 6D | 0 | 16 | 2E | 15 | 20 | 2F | 3D |
| Octal | 312 | 236 | 155 | 0 | 26 | 56 | 25 | 40 | 57 | 75 |
| Binary | 11001010 | 10011110 | 1101101 | 0 | 10110 | 101110 | 10101 | 100000 | 101111 | 111101 |
Color Harmonies of #CA9E6D
Complementary color
Monochromatic Colors of #CA9E6D
Black with #CA9E6D
Text Example
Text Example
White with #CA9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E6D; }
p { color: rgb(202,158,109); }
H1.HeaderClassName
{
color: #CA9E6D;
}
.AnyTagClassName
{
color: #CA9E6D;
}
</style>
background-color css
<style>
a { background-color: #CA9E6D; }
a { background-color: rgb(202,158,109); }
div.DivClassName
{
background-color: #CA9E6D;
}
.BgClassName
{
background-color: #CA9E6D;
}
</style>
border-color css
<style>
span { border-color: #CA9E6D; }
span { border-color: rgb(202,158,109); }
td.TdClassName
{
border-color: #CA9E6D;
}
.TagClassName
{
border-color: #CA9E6D;
}
</style>