Shades of Feldspar #CA8D7A
Tints of Feldspar #CA8D7A
RGB
CMYK
RGB Variations
Color information
#CA8D7A (or 0xCA8D7A) is known color: Feldspar. HEX triplet: CA, 8D and 7A. RGB value is (202,141,122). Sum of RGB (Red+Green+Blue) = 202+141+122=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D7A is #357285. Grayscale: #9D9D9D. Windows color (decimal): -3502726 or 8031690. OLE color: 8031690.
HSL color Cylindrical-coordinate representation of color #CA8D7A: hue angle of 14.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8D7A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 122 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.21 |
| HSL | 14.25º | 0.43% | 0.64% | - |
| HSV(B) | 14.25º | 0.4% | 0.79% | - |
| XYZ | 37.39 | 33.01 | 22.81 | - |
| YUV | 157.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 122 | 0 | 0.30 | 0.40 | 0.21 | 14.25 | 0.43 | 0.64 |
| Hex | CA | 8D | 7A | 0 | 1E | 28 | 15 | E | 2B | 40 |
| Octal | 312 | 215 | 172 | 0 | 36 | 50 | 25 | 16 | 53 | 100 |
| Binary | 11001010 | 10001101 | 1111010 | 0 | 11110 | 101000 | 10101 | 1110 | 101011 | 1000000 |
Color Harmonies of #CA8D7A
Complementary color
Monochromatic Colors of #CA8D7A
Black with #CA8D7A
Text Example
Text Example
White with #CA8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D7A; }
p { color: rgb(202,141,122); }
H1.HeaderClassName
{
color: #CA8D7A;
}
.AnyTagClassName
{
color: #CA8D7A;
}
</style>
background-color css
<style>
a { background-color: #CA8D7A; }
a { background-color: rgb(202,141,122); }
div.DivClassName
{
background-color: #CA8D7A;
}
.BgClassName
{
background-color: #CA8D7A;
}
</style>
border-color css
<style>
span { border-color: #CA8D7A; }
span { border-color: rgb(202,141,122); }
td.TdClassName
{
border-color: #CA8D7A;
}
.TagClassName
{
border-color: #CA8D7A;
}
</style>