Shades of Fallow #CA9C63
Tints of Fallow #CA9C63
RGB
CMYK
RGB Variations
Color information
#CA9C63 (or 0xCA9C63) is known color: Fallow. HEX triplet: CA, 9C and 63. RGB value is (202,156,99). Sum of RGB (Red+Green+Blue) = 202+156+99=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C63 is #35639C. Grayscale: #A3A3A3. Windows color (decimal): -3498909 or 6528202. OLE color: 6528202.
HSL color Cylindrical-coordinate representation of color #CA9C63: hue angle of 33.2º 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 #CA9C63 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 99 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.21 |
| HSL | 33.2º | 0.49% | 0.59% | - |
| HSV(B) | 33.2º | 0.51% | 0.79% | - |
| XYZ | 38.5 | 37.23 | 16.96 | - |
| YUV | 163.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 99 | 0 | 0.23 | 0.51 | 0.21 | 33.2 | 0.49 | 0.59 |
| Hex | CA | 9C | 63 | 0 | 17 | 33 | 15 | 21 | 31 | 3B |
| Octal | 312 | 234 | 143 | 0 | 27 | 63 | 25 | 41 | 61 | 73 |
| Binary | 11001010 | 10011100 | 1100011 | 0 | 10111 | 110011 | 10101 | 100001 | 110001 | 111011 |
Color Harmonies of #CA9C63
Complementary color
Monochromatic Colors of #CA9C63
Black with #CA9C63
Text Example
Text Example
White with #CA9C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C63; }
p { color: rgb(202,156,99); }
H1.HeaderClassName
{
color: #CA9C63;
}
.AnyTagClassName
{
color: #CA9C63;
}
</style>
background-color css
<style>
a { background-color: #CA9C63; }
a { background-color: rgb(202,156,99); }
div.DivClassName
{
background-color: #CA9C63;
}
.BgClassName
{
background-color: #CA9C63;
}
</style>
border-color css
<style>
span { border-color: #CA9C63; }
span { border-color: rgb(202,156,99); }
td.TdClassName
{
border-color: #CA9C63;
}
.TagClassName
{
border-color: #CA9C63;
}
</style>