Shades of Fallow #CA9C60
Tints of Fallow #CA9C60
RGB
CMYK
RGB Variations
Color information
#CA9C60 (or 0xCA9C60) is known color: Fallow. HEX triplet: CA, 9C and 60. RGB value is (202,156,96). Sum of RGB (Red+Green+Blue) = 202+156+96=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C60 is #35639F. Grayscale: #A3A3A3. Windows color (decimal): -3498912 or 6331594. OLE color: 6331594.
HSL color Cylindrical-coordinate representation of color #CA9C60: hue angle of 33.96º 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 #CA9C60 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 96 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.21 |
| HSL | 33.96º | 0.5% | 0.58% | - |
| HSV(B) | 33.96º | 0.52% | 0.79% | - |
| XYZ | 38.36 | 37.18 | 16.22 | - |
| YUV | 162.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 96 | 0 | 0.23 | 0.52 | 0.21 | 33.96 | 0.5 | 0.58 |
| Hex | CA | 9C | 60 | 0 | 17 | 34 | 15 | 22 | 32 | 3A |
| Octal | 312 | 234 | 140 | 0 | 27 | 64 | 25 | 42 | 62 | 72 |
| Binary | 11001010 | 10011100 | 1100000 | 0 | 10111 | 110100 | 10101 | 100010 | 110010 | 111010 |
Color Harmonies of #CA9C60
Complementary color
Monochromatic Colors of #CA9C60
Black with #CA9C60
Text Example
Text Example
White with #CA9C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C60; }
p { color: rgb(202,156,96); }
H1.HeaderClassName
{
color: #CA9C60;
}
.AnyTagClassName
{
color: #CA9C60;
}
</style>
background-color css
<style>
a { background-color: #CA9C60; }
a { background-color: rgb(202,156,96); }
div.DivClassName
{
background-color: #CA9C60;
}
.BgClassName
{
background-color: #CA9C60;
}
</style>
border-color css
<style>
span { border-color: #CA9C60; }
span { border-color: rgb(202,156,96); }
td.TdClassName
{
border-color: #CA9C60;
}
.TagClassName
{
border-color: #CA9C60;
}
</style>