Shades of Fallow #CAA36C
Tints of Fallow #CAA36C
RGB
CMYK
RGB Variations
Color information
#CAA36C (or 0xCAA36C) is known color: Fallow. HEX triplet: CA, A3 and 6C. RGB value is (202,163,108). Sum of RGB (Red+Green+Blue) = 202+163+108=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA36C is #355C93. Grayscale: #A8A8A8. Windows color (decimal): -3497108 or 7119818. OLE color: 7119818.
HSL color Cylindrical-coordinate representation of color #CAA36C: hue angle of 35.11º 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 #CAA36C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 108 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.21 |
| HSL | 35.11º | 0.47% | 0.61% | - |
| HSV(B) | 35.11º | 0.47% | 0.79% | - |
| XYZ | 40.16 | 39.83 | 19.76 | - |
| YUV | 168.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 108 | 0 | 0.19 | 0.47 | 0.21 | 35.11 | 0.47 | 0.61 |
| Hex | CA | A3 | 6C | 0 | 13 | 2F | 15 | 23 | 2F | 3D |
| Octal | 312 | 243 | 154 | 0 | 23 | 57 | 25 | 43 | 57 | 75 |
| Binary | 11001010 | 10100011 | 1101100 | 0 | 10011 | 101111 | 10101 | 100011 | 101111 | 111101 |
Color Harmonies of #CAA36C
Complementary color
Monochromatic Colors of #CAA36C
Black with #CAA36C
Text Example
Text Example
White with #CAA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA36C; }
p { color: rgb(202,163,108); }
H1.HeaderClassName
{
color: #CAA36C;
}
.AnyTagClassName
{
color: #CAA36C;
}
</style>
background-color css
<style>
a { background-color: #CAA36C; }
a { background-color: rgb(202,163,108); }
div.DivClassName
{
background-color: #CAA36C;
}
.BgClassName
{
background-color: #CAA36C;
}
</style>
border-color css
<style>
span { border-color: #CAA36C; }
span { border-color: rgb(202,163,108); }
td.TdClassName
{
border-color: #CAA36C;
}
.TagClassName
{
border-color: #CAA36C;
}
</style>