Shades of Fallow #CAA06D
Tints of Fallow #CAA06D
RGB
CMYK
RGB Variations
Color information
#CAA06D (or 0xCAA06D) is known color: Fallow. HEX triplet: CA, A0 and 6D. RGB value is (202,160,109). Sum of RGB (Red+Green+Blue) = 202+160+109=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA06D is #355F92. Grayscale: #A6A6A6. Windows color (decimal): -3497875 or 7184586. OLE color: 7184586.
HSL color Cylindrical-coordinate representation of color #CAA06D: hue angle of 32.9º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAA06D is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 109 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.21 |
| HSL | 32.9º | 0.47% | 0.61% | - |
| HSV(B) | 32.9º | 0.46% | 0.79% | - |
| XYZ | 39.69 | 38.8 | 19.87 | - |
| YUV | 166.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 109 | 0 | 0.21 | 0.46 | 0.21 | 32.9 | 0.47 | 0.61 |
| Hex | CA | A0 | 6D | 0 | 15 | 2E | 15 | 21 | 2F | 3D |
| Octal | 312 | 240 | 155 | 0 | 25 | 56 | 25 | 41 | 57 | 75 |
| Binary | 11001010 | 10100000 | 1101101 | 0 | 10101 | 101110 | 10101 | 100001 | 101111 | 111101 |
Color Harmonies of #CAA06D
Complementary color
Monochromatic Colors of #CAA06D
Black with #CAA06D
Text Example
Text Example
White with #CAA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA06D; }
p { color: rgb(202,160,109); }
H1.HeaderClassName
{
color: #CAA06D;
}
.AnyTagClassName
{
color: #CAA06D;
}
</style>
background-color css
<style>
a { background-color: #CAA06D; }
a { background-color: rgb(202,160,109); }
div.DivClassName
{
background-color: #CAA06D;
}
.BgClassName
{
background-color: #CAA06D;
}
</style>
border-color css
<style>
span { border-color: #CAA06D; }
span { border-color: rgb(202,160,109); }
td.TdClassName
{
border-color: #CAA06D;
}
.TagClassName
{
border-color: #CAA06D;
}
</style>