Shades of Fallow #CAA16C
Tints of Fallow #CAA16C
RGB
CMYK
RGB Variations
Color information
#CAA16C (or 0xCAA16C) is known color: Fallow. HEX triplet: CA, A1 and 6C. RGB value is (202,161,108). Sum of RGB (Red+Green+Blue) = 202+161+108=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA16C is #355E93. Grayscale: #A7A7A7. Windows color (decimal): -3497620 or 7119306. OLE color: 7119306.
HSL color Cylindrical-coordinate representation of color #CAA16C: hue angle of 33.83º 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 #CAA16C is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 108 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.21 |
| HSL | 33.83º | 0.47% | 0.61% | - |
| HSV(B) | 33.83º | 0.47% | 0.79% | - |
| XYZ | 39.81 | 39.13 | 19.64 | - |
| YUV | 167.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 108 | 0 | 0.20 | 0.47 | 0.21 | 33.83 | 0.47 | 0.61 |
| Hex | CA | A1 | 6C | 0 | 14 | 2F | 15 | 22 | 2F | 3D |
| Octal | 312 | 241 | 154 | 0 | 24 | 57 | 25 | 42 | 57 | 75 |
| Binary | 11001010 | 10100001 | 1101100 | 0 | 10100 | 101111 | 10101 | 100010 | 101111 | 111101 |
Color Harmonies of #CAA16C
Complementary color
Monochromatic Colors of #CAA16C
Black with #CAA16C
Text Example
Text Example
White with #CAA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA16C; }
p { color: rgb(202,161,108); }
H1.HeaderClassName
{
color: #CAA16C;
}
.AnyTagClassName
{
color: #CAA16C;
}
</style>
background-color css
<style>
a { background-color: #CAA16C; }
a { background-color: rgb(202,161,108); }
div.DivClassName
{
background-color: #CAA16C;
}
.BgClassName
{
background-color: #CAA16C;
}
</style>
border-color css
<style>
span { border-color: #CAA16C; }
span { border-color: rgb(202,161,108); }
td.TdClassName
{
border-color: #CAA16C;
}
.TagClassName
{
border-color: #CAA16C;
}
</style>