Shades of Fallow #CA9A6B
Tints of Fallow #CA9A6B
RGB
CMYK
RGB Variations
Color information
#CA9A6B (or 0xCA9A6B) is known color: Fallow. HEX triplet: CA, 9A and 6B. RGB value is (202,154,107). Sum of RGB (Red+Green+Blue) = 202+154+107=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A6B is #356594. Grayscale: #A3A3A3. Windows color (decimal): -3499413 or 7051978. OLE color: 7051978.
HSL color Cylindrical-coordinate representation of color #CA9A6B: hue angle of 29.68º 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 #CA9A6B is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 107 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.21 |
| HSL | 29.68º | 0.47% | 0.61% | - |
| HSV(B) | 29.68º | 0.47% | 0.79% | - |
| XYZ | 38.57 | 36.73 | 18.97 | - |
| YUV | 162.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 107 | 0 | 0.24 | 0.47 | 0.21 | 29.68 | 0.47 | 0.61 |
| Hex | CA | 9A | 6B | 0 | 18 | 2F | 15 | 1E | 2F | 3D |
| Octal | 312 | 232 | 153 | 0 | 30 | 57 | 25 | 36 | 57 | 75 |
| Binary | 11001010 | 10011010 | 1101011 | 0 | 11000 | 101111 | 10101 | 11110 | 101111 | 111101 |
Color Harmonies of #CA9A6B
Complementary color
Monochromatic Colors of #CA9A6B
Black with #CA9A6B
Text Example
Text Example
White with #CA9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A6B; }
p { color: rgb(202,154,107); }
H1.HeaderClassName
{
color: #CA9A6B;
}
.AnyTagClassName
{
color: #CA9A6B;
}
</style>
background-color css
<style>
a { background-color: #CA9A6B; }
a { background-color: rgb(202,154,107); }
div.DivClassName
{
background-color: #CA9A6B;
}
.BgClassName
{
background-color: #CA9A6B;
}
</style>
border-color css
<style>
span { border-color: #CA9A6B; }
span { border-color: rgb(202,154,107); }
td.TdClassName
{
border-color: #CA9A6B;
}
.TagClassName
{
border-color: #CA9A6B;
}
</style>