Shades of Fallow #CA996A
Tints of Fallow #CA996A
RGB
CMYK
RGB Variations
Color information
#CA996A (or 0xCA996A) is known color: Fallow. HEX triplet: CA, 99 and 6A. RGB value is (202,153,106). Sum of RGB (Red+Green+Blue) = 202+153+106=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA996A is #356695. Grayscale: #A2A2A2. Windows color (decimal): -3499670 or 6986186. OLE color: 6986186.
HSL color Cylindrical-coordinate representation of color #CA996A: hue angle of 29.38º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA996A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 106 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.21 |
| HSL | 29.38º | 0.48% | 0.6% | - |
| HSV(B) | 29.38º | 0.48% | 0.79% | - |
| XYZ | 38.35 | 36.38 | 18.64 | - |
| YUV | 162.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 106 | 0 | 0.24 | 0.48 | 0.21 | 29.38 | 0.48 | 0.6 |
| Hex | CA | 99 | 6A | 0 | 18 | 30 | 15 | 1D | 30 | 3C |
| Octal | 312 | 231 | 152 | 0 | 30 | 60 | 25 | 35 | 60 | 74 |
| Binary | 11001010 | 10011001 | 1101010 | 0 | 11000 | 110000 | 10101 | 11101 | 110000 | 111100 |
Color Harmonies of #CA996A
Complementary color
Monochromatic Colors of #CA996A
Black with #CA996A
Text Example
Text Example
White with #CA996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA996A; }
p { color: rgb(202,153,106); }
H1.HeaderClassName
{
color: #CA996A;
}
.AnyTagClassName
{
color: #CA996A;
}
</style>
background-color css
<style>
a { background-color: #CA996A; }
a { background-color: rgb(202,153,106); }
div.DivClassName
{
background-color: #CA996A;
}
.BgClassName
{
background-color: #CA996A;
}
</style>
border-color css
<style>
span { border-color: #CA996A; }
span { border-color: rgb(202,153,106); }
td.TdClassName
{
border-color: #CA996A;
}
.TagClassName
{
border-color: #CA996A;
}
</style>