Shades of Fallow #CAA165
Tints of Fallow #CAA165
RGB
CMYK
RGB Variations
Color information
#CAA165 (or 0xCAA165) is known color: Fallow. HEX triplet: CA, A1 and 65. RGB value is (202,161,101). Sum of RGB (Red+Green+Blue) = 202+161+101=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA165 is #355E9A. Grayscale: #A6A6A6. Windows color (decimal): -3497627 or 6660554. OLE color: 6660554.
HSL color Cylindrical-coordinate representation of color #CAA165: hue angle of 35.64º 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 #CAA165 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 101 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.21 |
| HSL | 35.64º | 0.49% | 0.59% | - |
| HSV(B) | 35.64º | 0.5% | 0.79% | - |
| XYZ | 39.45 | 38.99 | 17.76 | - |
| YUV | 166.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 101 | 0 | 0.20 | 0.50 | 0.21 | 35.64 | 0.49 | 0.59 |
| Hex | CA | A1 | 65 | 0 | 14 | 32 | 15 | 24 | 31 | 3B |
| Octal | 312 | 241 | 145 | 0 | 24 | 62 | 25 | 44 | 61 | 73 |
| Binary | 11001010 | 10100001 | 1100101 | 0 | 10100 | 110010 | 10101 | 100100 | 110001 | 111011 |
Color Harmonies of #CAA165
Complementary color
Monochromatic Colors of #CAA165
Black with #CAA165
Text Example
Text Example
White with #CAA165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA165; }
p { color: rgb(202,161,101); }
H1.HeaderClassName
{
color: #CAA165;
}
.AnyTagClassName
{
color: #CAA165;
}
</style>
background-color css
<style>
a { background-color: #CAA165; }
a { background-color: rgb(202,161,101); }
div.DivClassName
{
background-color: #CAA165;
}
.BgClassName
{
background-color: #CAA165;
}
</style>
border-color css
<style>
span { border-color: #CAA165; }
span { border-color: rgb(202,161,101); }
td.TdClassName
{
border-color: #CAA165;
}
.TagClassName
{
border-color: #CAA165;
}
</style>