Shades of Fallow #CAA063
Tints of Fallow #CAA063
RGB
CMYK
RGB Variations
Color information
#CAA063 (or 0xCAA063) is known color: Fallow. HEX triplet: CA, A0 and 63. RGB value is (202,160,99). Sum of RGB (Red+Green+Blue) = 202+160+99=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA063 is #355F9C. Grayscale: #A5A5A5. Windows color (decimal): -3497885 or 6529226. OLE color: 6529226.
HSL color Cylindrical-coordinate representation of color #CAA063: hue angle of 35.53º degrees, saturation: 0.49, 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 #CAA063 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 99 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.21 |
| HSL | 35.53º | 0.49% | 0.59% | - |
| HSV(B) | 35.53º | 0.51% | 0.79% | - |
| XYZ | 39.18 | 38.6 | 17.19 | - |
| YUV | 165.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 99 | 0 | 0.21 | 0.51 | 0.21 | 35.53 | 0.49 | 0.59 |
| Hex | CA | A0 | 63 | 0 | 15 | 33 | 15 | 24 | 31 | 3B |
| Octal | 312 | 240 | 143 | 0 | 25 | 63 | 25 | 44 | 61 | 73 |
| Binary | 11001010 | 10100000 | 1100011 | 0 | 10101 | 110011 | 10101 | 100100 | 110001 | 111011 |
Color Harmonies of #CAA063
Complementary color
Monochromatic Colors of #CAA063
Black with #CAA063
Text Example
Text Example
White with #CAA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA063; }
p { color: rgb(202,160,99); }
H1.HeaderClassName
{
color: #CAA063;
}
.AnyTagClassName
{
color: #CAA063;
}
</style>
background-color css
<style>
a { background-color: #CAA063; }
a { background-color: rgb(202,160,99); }
div.DivClassName
{
background-color: #CAA063;
}
.BgClassName
{
background-color: #CAA063;
}
</style>
border-color css
<style>
span { border-color: #CAA063; }
span { border-color: rgb(202,160,99); }
td.TdClassName
{
border-color: #CAA063;
}
.TagClassName
{
border-color: #CAA063;
}
</style>