Shades of Fallow #CAA265
Tints of Fallow #CAA265
RGB
CMYK
RGB Variations
Color information
#CAA265 (or 0xCAA265) is known color: Fallow. HEX triplet: CA, A2 and 65. RGB value is (202,162,101). Sum of RGB (Red+Green+Blue) = 202+162+101=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA265 is #355D9A. Grayscale: #A7A7A7. Windows color (decimal): -3497371 or 6660810. OLE color: 6660810.
HSL color Cylindrical-coordinate representation of color #CAA265: hue angle of 36.24º 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 #CAA265 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 101 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.21 |
| HSL | 36.24º | 0.49% | 0.59% | - |
| HSV(B) | 36.24º | 0.5% | 0.79% | - |
| XYZ | 39.63 | 39.34 | 17.82 | - |
| YUV | 167.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 101 | 0 | 0.20 | 0.50 | 0.21 | 36.24 | 0.49 | 0.59 |
| Hex | CA | A2 | 65 | 0 | 14 | 32 | 15 | 24 | 31 | 3B |
| Octal | 312 | 242 | 145 | 0 | 24 | 62 | 25 | 44 | 61 | 73 |
| Binary | 11001010 | 10100010 | 1100101 | 0 | 10100 | 110010 | 10101 | 100100 | 110001 | 111011 |
Color Harmonies of #CAA265
Complementary color
Monochromatic Colors of #CAA265
Black with #CAA265
Text Example
Text Example
White with #CAA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA265; }
p { color: rgb(202,162,101); }
H1.HeaderClassName
{
color: #CAA265;
}
.AnyTagClassName
{
color: #CAA265;
}
</style>
background-color css
<style>
a { background-color: #CAA265; }
a { background-color: rgb(202,162,101); }
div.DivClassName
{
background-color: #CAA265;
}
.BgClassName
{
background-color: #CAA265;
}
</style>
border-color css
<style>
span { border-color: #CAA265; }
span { border-color: rgb(202,162,101); }
td.TdClassName
{
border-color: #CAA265;
}
.TagClassName
{
border-color: #CAA265;
}
</style>