Shades of Fallow #CAA062
Tints of Fallow #CAA062
RGB
CMYK
RGB Variations
Color information
#CAA062 (or 0xCAA062) is known color: Fallow. HEX triplet: CA, A0 and 62. RGB value is (202,160,98). Sum of RGB (Red+Green+Blue) = 202+160+98=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA062 is #355F9D. Grayscale: #A5A5A5. Windows color (decimal): -3497886 or 6463690. OLE color: 6463690.
HSL color Cylindrical-coordinate representation of color #CAA062: hue angle of 35.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAA062 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 98 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.21 |
| HSL | 35.77º | 0.5% | 0.59% | - |
| HSV(B) | 35.77º | 0.51% | 0.79% | - |
| XYZ | 39.13 | 38.58 | 16.94 | - |
| YUV | 165.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 98 | 0 | 0.21 | 0.51 | 0.21 | 35.77 | 0.5 | 0.59 |
| Hex | CA | A0 | 62 | 0 | 15 | 33 | 15 | 24 | 32 | 3B |
| Octal | 312 | 240 | 142 | 0 | 25 | 63 | 25 | 44 | 62 | 73 |
| Binary | 11001010 | 10100000 | 1100010 | 0 | 10101 | 110011 | 10101 | 100100 | 110010 | 111011 |
Color Harmonies of #CAA062
Complementary color
Monochromatic Colors of #CAA062
Black with #CAA062
Text Example
Text Example
White with #CAA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA062; }
p { color: rgb(202,160,98); }
H1.HeaderClassName
{
color: #CAA062;
}
.AnyTagClassName
{
color: #CAA062;
}
</style>
background-color css
<style>
a { background-color: #CAA062; }
a { background-color: rgb(202,160,98); }
div.DivClassName
{
background-color: #CAA062;
}
.BgClassName
{
background-color: #CAA062;
}
</style>
border-color css
<style>
span { border-color: #CAA062; }
span { border-color: rgb(202,160,98); }
td.TdClassName
{
border-color: #CAA062;
}
.TagClassName
{
border-color: #CAA062;
}
</style>