Shades of Feldspar #CA8A71
Tints of Feldspar #CA8A71
RGB
CMYK
RGB Variations
Color information
#CA8A71 (or 0xCA8A71) is known color: Feldspar. HEX triplet: CA, 8A and 71. RGB value is (202,138,113). Sum of RGB (Red+Green+Blue) = 202+138+113=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A71 is #35758E. Grayscale: #9A9A9A. Windows color (decimal): -3503503 or 7441098. OLE color: 7441098.
HSL color Cylindrical-coordinate representation of color #CA8A71: hue angle of 16.85º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8A71 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 113 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.21 |
| HSL | 16.85º | 0.46% | 0.62% | - |
| HSV(B) | 16.85º | 0.44% | 0.79% | - |
| XYZ | 36.43 | 31.93 | 19.87 | - |
| YUV | 154.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 113 | 0 | 0.32 | 0.44 | 0.21 | 16.85 | 0.46 | 0.62 |
| Hex | CA | 8A | 71 | 0 | 20 | 2C | 15 | 11 | 2E | 3E |
| Octal | 312 | 212 | 161 | 0 | 40 | 54 | 25 | 21 | 56 | 76 |
| Binary | 11001010 | 10001010 | 1110001 | 0 | 100000 | 101100 | 10101 | 10001 | 101110 | 111110 |
Color Harmonies of #CA8A71
Complementary color
Monochromatic Colors of #CA8A71
Black with #CA8A71
Text Example
Text Example
White with #CA8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A71; }
p { color: rgb(202,138,113); }
H1.HeaderClassName
{
color: #CA8A71;
}
.AnyTagClassName
{
color: #CA8A71;
}
</style>
background-color css
<style>
a { background-color: #CA8A71; }
a { background-color: rgb(202,138,113); }
div.DivClassName
{
background-color: #CA8A71;
}
.BgClassName
{
background-color: #CA8A71;
}
</style>
border-color css
<style>
span { border-color: #CA8A71; }
span { border-color: rgb(202,138,113); }
td.TdClassName
{
border-color: #CA8A71;
}
.TagClassName
{
border-color: #CA8A71;
}
</style>