Shades of Fallow #CA956D
Tints of Fallow #CA956D
RGB
CMYK
RGB Variations
Color information
#CA956D (or 0xCA956D) is known color: Fallow. HEX triplet: CA, 95 and 6D. RGB value is (202,149,109). Sum of RGB (Red+Green+Blue) = 202+149+109=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA956D is #356A92. Grayscale: #A0A0A0. Windows color (decimal): -3500691 or 7181770. OLE color: 7181770.
HSL color Cylindrical-coordinate representation of color #CA956D: hue angle of 25.81º 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 #CA956D is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 109 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.21 |
| HSL | 25.81º | 0.47% | 0.61% | - |
| HSV(B) | 25.81º | 0.46% | 0.79% | - |
| XYZ | 37.86 | 35.16 | 19.26 | - |
| YUV | 160.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 109 | 0 | 0.26 | 0.46 | 0.21 | 25.81 | 0.47 | 0.61 |
| Hex | CA | 95 | 6D | 0 | 1A | 2E | 15 | 1A | 2F | 3D |
| Octal | 312 | 225 | 155 | 0 | 32 | 56 | 25 | 32 | 57 | 75 |
| Binary | 11001010 | 10010101 | 1101101 | 0 | 11010 | 101110 | 10101 | 11010 | 101111 | 111101 |
Color Harmonies of #CA956D
Complementary color
Monochromatic Colors of #CA956D
Black with #CA956D
Text Example
Text Example
White with #CA956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA956D; }
p { color: rgb(202,149,109); }
H1.HeaderClassName
{
color: #CA956D;
}
.AnyTagClassName
{
color: #CA956D;
}
</style>
background-color css
<style>
a { background-color: #CA956D; }
a { background-color: rgb(202,149,109); }
div.DivClassName
{
background-color: #CA956D;
}
.BgClassName
{
background-color: #CA956D;
}
</style>
border-color css
<style>
span { border-color: #CA956D; }
span { border-color: rgb(202,149,109); }
td.TdClassName
{
border-color: #CA956D;
}
.TagClassName
{
border-color: #CA956D;
}
</style>