Shades of Fallow #CAA266
Tints of Fallow #CAA266
RGB
CMYK
RGB Variations
Color information
#CAA266 (or 0xCAA266) is known color: Fallow. HEX triplet: CA, A2 and 66. RGB value is (202,162,102). Sum of RGB (Red+Green+Blue) = 202+162+102=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA266 is #355D99. Grayscale: #A7A7A7. Windows color (decimal): -3497370 or 6726346. OLE color: 6726346.
HSL color Cylindrical-coordinate representation of color #CAA266: hue angle of 36º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAA266 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 102 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.21 |
| HSL | 36º | 0.49% | 0.6% | - |
| HSV(B) | 36º | 0.5% | 0.79% | - |
| XYZ | 39.68 | 39.36 | 18.08 | - |
| YUV | 167.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 102 | 0 | 0.20 | 0.50 | 0.21 | 36 | 0.49 | 0.6 |
| Hex | CA | A2 | 66 | 0 | 14 | 32 | 15 | 24 | 31 | 3C |
| Octal | 312 | 242 | 146 | 0 | 24 | 62 | 25 | 44 | 61 | 74 |
| Binary | 11001010 | 10100010 | 1100110 | 0 | 10100 | 110010 | 10101 | 100100 | 110001 | 111100 |
Color Harmonies of #CAA266
Complementary color
Monochromatic Colors of #CAA266
Black with #CAA266
Text Example
Text Example
White with #CAA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA266; }
p { color: rgb(202,162,102); }
H1.HeaderClassName
{
color: #CAA266;
}
.AnyTagClassName
{
color: #CAA266;
}
</style>
background-color css
<style>
a { background-color: #CAA266; }
a { background-color: rgb(202,162,102); }
div.DivClassName
{
background-color: #CAA266;
}
.BgClassName
{
background-color: #CAA266;
}
</style>
border-color css
<style>
span { border-color: #CAA266; }
span { border-color: rgb(202,162,102); }
td.TdClassName
{
border-color: #CAA266;
}
.TagClassName
{
border-color: #CAA266;
}
</style>