Shades of Fallow #CA9D60
Tints of Fallow #CA9D60
RGB
CMYK
RGB Variations
Color information
#CA9D60 (or 0xCA9D60) is known color: Fallow. HEX triplet: CA, 9D and 60. RGB value is (202,157,96). Sum of RGB (Red+Green+Blue) = 202+157+96=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D60 is #35629F. Grayscale: #A3A3A3. Windows color (decimal): -3498656 or 6331850. OLE color: 6331850.
HSL color Cylindrical-coordinate representation of color #CA9D60: hue angle of 34.53º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA9D60 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 96 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.21 |
| HSL | 34.53º | 0.5% | 0.58% | - |
| HSV(B) | 34.53º | 0.52% | 0.79% | - |
| XYZ | 38.53 | 37.52 | 16.28 | - |
| YUV | 163.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 96 | 0 | 0.22 | 0.52 | 0.21 | 34.53 | 0.5 | 0.58 |
| Hex | CA | 9D | 60 | 0 | 16 | 34 | 15 | 23 | 32 | 3A |
| Octal | 312 | 235 | 140 | 0 | 26 | 64 | 25 | 43 | 62 | 72 |
| Binary | 11001010 | 10011101 | 1100000 | 0 | 10110 | 110100 | 10101 | 100011 | 110010 | 111010 |
Color Harmonies of #CA9D60
Complementary color
Monochromatic Colors of #CA9D60
Black with #CA9D60
Text Example
Text Example
White with #CA9D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D60; }
p { color: rgb(202,157,96); }
H1.HeaderClassName
{
color: #CA9D60;
}
.AnyTagClassName
{
color: #CA9D60;
}
</style>
background-color css
<style>
a { background-color: #CA9D60; }
a { background-color: rgb(202,157,96); }
div.DivClassName
{
background-color: #CA9D60;
}
.BgClassName
{
background-color: #CA9D60;
}
</style>
border-color css
<style>
span { border-color: #CA9D60; }
span { border-color: rgb(202,157,96); }
td.TdClassName
{
border-color: #CA9D60;
}
.TagClassName
{
border-color: #CA9D60;
}
</style>