Shades of Fallow #CAA272
Tints of Fallow #CAA272
RGB
CMYK
RGB Variations
Color information
#CAA272 (or 0xCAA272) is known color: Fallow. HEX triplet: CA, A2 and 72. RGB value is (202,162,114). Sum of RGB (Red+Green+Blue) = 202+162+114=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA272 is #355D8D. Grayscale: #A8A8A8. Windows color (decimal): -3497358 or 7512778. OLE color: 7512778.
HSL color Cylindrical-coordinate representation of color #CAA272: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAA272 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 114 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.21 |
| HSL | 32.73º | 0.45% | 0.62% | - |
| HSV(B) | 32.73º | 0.44% | 0.79% | - |
| XYZ | 40.31 | 39.61 | 21.44 | - |
| YUV | 168.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 114 | 0 | 0.20 | 0.44 | 0.21 | 32.73 | 0.45 | 0.62 |
| Hex | CA | A2 | 72 | 0 | 14 | 2C | 15 | 21 | 2D | 3E |
| Octal | 312 | 242 | 162 | 0 | 24 | 54 | 25 | 41 | 55 | 76 |
| Binary | 11001010 | 10100010 | 1110010 | 0 | 10100 | 101100 | 10101 | 100001 | 101101 | 111110 |
Color Harmonies of #CAA272
Complementary color
Monochromatic Colors of #CAA272
Black with #CAA272
Text Example
Text Example
White with #CAA272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA272; }
p { color: rgb(202,162,114); }
H1.HeaderClassName
{
color: #CAA272;
}
.AnyTagClassName
{
color: #CAA272;
}
</style>
background-color css
<style>
a { background-color: #CAA272; }
a { background-color: rgb(202,162,114); }
div.DivClassName
{
background-color: #CAA272;
}
.BgClassName
{
background-color: #CAA272;
}
</style>
border-color css
<style>
span { border-color: #CAA272; }
span { border-color: rgb(202,162,114); }
td.TdClassName
{
border-color: #CAA272;
}
.TagClassName
{
border-color: #CAA272;
}
</style>