Shades of Fallow #CA9F65
Tints of Fallow #CA9F65
RGB
CMYK
RGB Variations
Color information
#CA9F65 (or 0xCA9F65) is known color: Fallow. HEX triplet: CA, 9F and 65. RGB value is (202,159,101). Sum of RGB (Red+Green+Blue) = 202+159+101=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F65 is #35609A. Grayscale: #A5A5A5. Windows color (decimal): -3498139 or 6660042. OLE color: 6660042.
HSL color Cylindrical-coordinate representation of color #CA9F65: hue angle of 34.46º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA9F65 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 101 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.21 |
| HSL | 34.46º | 0.49% | 0.59% | - |
| HSV(B) | 34.46º | 0.5% | 0.79% | - |
| XYZ | 39.1 | 38.29 | 17.64 | - |
| YUV | 165.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 101 | 0 | 0.21 | 0.50 | 0.21 | 34.46 | 0.49 | 0.59 |
| Hex | CA | 9F | 65 | 0 | 15 | 32 | 15 | 22 | 31 | 3B |
| Octal | 312 | 237 | 145 | 0 | 25 | 62 | 25 | 42 | 61 | 73 |
| Binary | 11001010 | 10011111 | 1100101 | 0 | 10101 | 110010 | 10101 | 100010 | 110001 | 111011 |
Color Harmonies of #CA9F65
Complementary color
Monochromatic Colors of #CA9F65
Black with #CA9F65
Text Example
Text Example
White with #CA9F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F65; }
p { color: rgb(202,159,101); }
H1.HeaderClassName
{
color: #CA9F65;
}
.AnyTagClassName
{
color: #CA9F65;
}
</style>
background-color css
<style>
a { background-color: #CA9F65; }
a { background-color: rgb(202,159,101); }
div.DivClassName
{
background-color: #CA9F65;
}
.BgClassName
{
background-color: #CA9F65;
}
</style>
border-color css
<style>
span { border-color: #CA9F65; }
span { border-color: rgb(202,159,101); }
td.TdClassName
{
border-color: #CA9F65;
}
.TagClassName
{
border-color: #CA9F65;
}
</style>