Shades of Fallow #CA9F63
Tints of Fallow #CA9F63
RGB
CMYK
RGB Variations
Color information
#CA9F63 (or 0xCA9F63) is known color: Fallow. HEX triplet: CA, 9F and 63. RGB value is (202,159,99). Sum of RGB (Red+Green+Blue) = 202+159+99=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F63 is #35609C. Grayscale: #A5A5A5. Windows color (decimal): -3498141 or 6528970. OLE color: 6528970.
HSL color Cylindrical-coordinate representation of color #CA9F63: hue angle of 34.95º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9F63 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 99 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.21 |
| HSL | 34.95º | 0.49% | 0.59% | - |
| HSV(B) | 34.95º | 0.51% | 0.79% | - |
| XYZ | 39.01 | 38.25 | 17.13 | - |
| YUV | 165.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 99 | 0 | 0.21 | 0.51 | 0.21 | 34.95 | 0.49 | 0.59 |
| Hex | CA | 9F | 63 | 0 | 15 | 33 | 15 | 23 | 31 | 3B |
| Octal | 312 | 237 | 143 | 0 | 25 | 63 | 25 | 43 | 61 | 73 |
| Binary | 11001010 | 10011111 | 1100011 | 0 | 10101 | 110011 | 10101 | 100011 | 110001 | 111011 |
Color Harmonies of #CA9F63
Complementary color
Monochromatic Colors of #CA9F63
Black with #CA9F63
Text Example
Text Example
White with #CA9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F63; }
p { color: rgb(202,159,99); }
H1.HeaderClassName
{
color: #CA9F63;
}
.AnyTagClassName
{
color: #CA9F63;
}
</style>
background-color css
<style>
a { background-color: #CA9F63; }
a { background-color: rgb(202,159,99); }
div.DivClassName
{
background-color: #CA9F63;
}
.BgClassName
{
background-color: #CA9F63;
}
</style>
border-color css
<style>
span { border-color: #CA9F63; }
span { border-color: rgb(202,159,99); }
td.TdClassName
{
border-color: #CA9F63;
}
.TagClassName
{
border-color: #CA9F63;
}
</style>