Shades of Fallow #CA996B
Tints of Fallow #CA996B
RGB
CMYK
RGB Variations
Color information
#CA996B (or 0xCA996B) is known color: Fallow. HEX triplet: CA, 99 and 6B. RGB value is (202,153,107). Sum of RGB (Red+Green+Blue) = 202+153+107=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA996B is #356694. Grayscale: #A2A2A2. Windows color (decimal): -3499669 or 7051722. OLE color: 7051722.
HSL color Cylindrical-coordinate representation of color #CA996B: hue angle of 29.05º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA996B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 107 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.21 |
| HSL | 29.05º | 0.47% | 0.61% | - |
| HSV(B) | 29.05º | 0.47% | 0.79% | - |
| XYZ | 38.4 | 36.4 | 18.91 | - |
| YUV | 162.41 | 96.73 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 107 | 0 | 0.24 | 0.47 | 0.21 | 29.05 | 0.47 | 0.61 |
| Hex | CA | 99 | 6B | 0 | 18 | 2F | 15 | 1D | 2F | 3D |
| Octal | 312 | 231 | 153 | 0 | 30 | 57 | 25 | 35 | 57 | 75 |
| Binary | 11001010 | 10011001 | 1101011 | 0 | 11000 | 101111 | 10101 | 11101 | 101111 | 111101 |
Color Harmonies of #CA996B
Complementary color
Monochromatic Colors of #CA996B
Black with #CA996B
Text Example
Text Example
White with #CA996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA996B; }
p { color: rgb(202,153,107); }
H1.HeaderClassName
{
color: #CA996B;
}
.AnyTagClassName
{
color: #CA996B;
}
</style>
background-color css
<style>
a { background-color: #CA996B; }
a { background-color: rgb(202,153,107); }
div.DivClassName
{
background-color: #CA996B;
}
.BgClassName
{
background-color: #CA996B;
}
</style>
border-color css
<style>
span { border-color: #CA996B; }
span { border-color: rgb(202,153,107); }
td.TdClassName
{
border-color: #CA996B;
}
.TagClassName
{
border-color: #CA996B;
}
</style>