Shades of Fallow #CAA36A
Tints of Fallow #CAA36A
RGB
CMYK
RGB Variations
Color information
#CAA36A (or 0xCAA36A) is known color: Fallow. HEX triplet: CA, A3 and 6A. RGB value is (202,163,106). Sum of RGB (Red+Green+Blue) = 202+163+106=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA36A is #355C95. Grayscale: #A8A8A8. Windows color (decimal): -3497110 or 6988746. OLE color: 6988746.
HSL color Cylindrical-coordinate representation of color #CAA36A: hue angle of 35.62º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAA36A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 106 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.21 |
| HSL | 35.63º | 0.48% | 0.6% | - |
| HSV(B) | 35.63º | 0.48% | 0.79% | - |
| XYZ | 40.06 | 39.79 | 19.21 | - |
| YUV | 168.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 106 | 0 | 0.19 | 0.48 | 0.21 | 35.63 | 0.48 | 0.6 |
| Hex | CA | A3 | 6A | 0 | 13 | 30 | 15 | 24 | 30 | 3C |
| Octal | 312 | 243 | 152 | 0 | 23 | 60 | 25 | 44 | 60 | 74 |
| Binary | 11001010 | 10100011 | 1101010 | 0 | 10011 | 110000 | 10101 | 100100 | 110000 | 111100 |
Color Harmonies of #CAA36A
Complementary color
Monochromatic Colors of #CAA36A
Black with #CAA36A
Text Example
Text Example
White with #CAA36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA36A; }
p { color: rgb(202,163,106); }
H1.HeaderClassName
{
color: #CAA36A;
}
.AnyTagClassName
{
color: #CAA36A;
}
</style>
background-color css
<style>
a { background-color: #CAA36A; }
a { background-color: rgb(202,163,106); }
div.DivClassName
{
background-color: #CAA36A;
}
.BgClassName
{
background-color: #CAA36A;
}
</style>
border-color css
<style>
span { border-color: #CAA36A; }
span { border-color: rgb(202,163,106); }
td.TdClassName
{
border-color: #CAA36A;
}
.TagClassName
{
border-color: #CAA36A;
}
</style>