Shades of Fallow #CA9E6C
Tints of Fallow #CA9E6C
RGB
CMYK
RGB Variations
Color information
#CA9E6C (or 0xCA9E6C) is known color: Fallow. HEX triplet: CA, 9E and 6C. RGB value is (202,158,108). Sum of RGB (Red+Green+Blue) = 202+158+108=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E6C is #356193. Grayscale: #A5A5A5. Windows color (decimal): -3498388 or 7118538. OLE color: 7118538.
HSL color Cylindrical-coordinate representation of color #CA9E6C: hue angle of 31.91º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA9E6C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 108 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.21 |
| HSL | 31.91º | 0.47% | 0.61% | - |
| HSV(B) | 31.91º | 0.47% | 0.79% | - |
| XYZ | 39.29 | 38.09 | 19.47 | - |
| YUV | 165.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 108 | 0 | 0.22 | 0.47 | 0.21 | 31.91 | 0.47 | 0.61 |
| Hex | CA | 9E | 6C | 0 | 16 | 2F | 15 | 20 | 2F | 3D |
| Octal | 312 | 236 | 154 | 0 | 26 | 57 | 25 | 40 | 57 | 75 |
| Binary | 11001010 | 10011110 | 1101100 | 0 | 10110 | 101111 | 10101 | 100000 | 101111 | 111101 |
Color Harmonies of #CA9E6C
Complementary color
Monochromatic Colors of #CA9E6C
Black with #CA9E6C
Text Example
Text Example
White with #CA9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E6C; }
p { color: rgb(202,158,108); }
H1.HeaderClassName
{
color: #CA9E6C;
}
.AnyTagClassName
{
color: #CA9E6C;
}
</style>
background-color css
<style>
a { background-color: #CA9E6C; }
a { background-color: rgb(202,158,108); }
div.DivClassName
{
background-color: #CA9E6C;
}
.BgClassName
{
background-color: #CA9E6C;
}
</style>
border-color css
<style>
span { border-color: #CA9E6C; }
span { border-color: rgb(202,158,108); }
td.TdClassName
{
border-color: #CA9E6C;
}
.TagClassName
{
border-color: #CA9E6C;
}
</style>