Shades of Fallow #CAA06C
Tints of Fallow #CAA06C
RGB
CMYK
RGB Variations
Color information
#CAA06C (or 0xCAA06C) is known color: Fallow. HEX triplet: CA, A0 and 6C. RGB value is (202,160,108). Sum of RGB (Red+Green+Blue) = 202+160+108=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA06C is #355F93. Grayscale: #A6A6A6. Windows color (decimal): -3497876 or 7119050. OLE color: 7119050.
HSL color Cylindrical-coordinate representation of color #CAA06C: hue angle of 33.19º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAA06C is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 108 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.21 |
| HSL | 33.19º | 0.47% | 0.61% | - |
| HSV(B) | 33.19º | 0.47% | 0.79% | - |
| XYZ | 39.63 | 38.78 | 19.58 | - |
| YUV | 166.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 108 | 0 | 0.21 | 0.47 | 0.21 | 33.19 | 0.47 | 0.61 |
| Hex | CA | A0 | 6C | 0 | 15 | 2F | 15 | 21 | 2F | 3D |
| Octal | 312 | 240 | 154 | 0 | 25 | 57 | 25 | 41 | 57 | 75 |
| Binary | 11001010 | 10100000 | 1101100 | 0 | 10101 | 101111 | 10101 | 100001 | 101111 | 111101 |
Color Harmonies of #CAA06C
Complementary color
Monochromatic Colors of #CAA06C
Black with #CAA06C
Text Example
Text Example
White with #CAA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA06C; }
p { color: rgb(202,160,108); }
H1.HeaderClassName
{
color: #CAA06C;
}
.AnyTagClassName
{
color: #CAA06C;
}
</style>
background-color css
<style>
a { background-color: #CAA06C; }
a { background-color: rgb(202,160,108); }
div.DivClassName
{
background-color: #CAA06C;
}
.BgClassName
{
background-color: #CAA06C;
}
</style>
border-color css
<style>
span { border-color: #CAA06C; }
span { border-color: rgb(202,160,108); }
td.TdClassName
{
border-color: #CAA06C;
}
.TagClassName
{
border-color: #CAA06C;
}
</style>