Shades of Feldspar #CA8971
Tints of Feldspar #CA8971
RGB
CMYK
RGB Variations
Color information
#CA8971 (or 0xCA8971) is known color: Feldspar. HEX triplet: CA, 89 and 71. RGB value is (202,137,113). Sum of RGB (Red+Green+Blue) = 202+137+113=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8971 is #35768E. Grayscale: #999999. Windows color (decimal): -3503759 or 7440842. OLE color: 7440842.
HSL color Cylindrical-coordinate representation of color #CA8971: hue angle of 16.18º 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 #CA8971 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 113 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.21 |
| HSL | 16.18º | 0.46% | 0.62% | - |
| HSV(B) | 16.18º | 0.44% | 0.79% | - |
| XYZ | 36.28 | 31.64 | 19.82 | - |
| YUV | 153.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 113 | 0 | 0.32 | 0.44 | 0.21 | 16.18 | 0.46 | 0.62 |
| Hex | CA | 89 | 71 | 0 | 20 | 2C | 15 | 10 | 2E | 3E |
| Octal | 312 | 211 | 161 | 0 | 40 | 54 | 25 | 20 | 56 | 76 |
| Binary | 11001010 | 10001001 | 1110001 | 0 | 100000 | 101100 | 10101 | 10000 | 101110 | 111110 |
Color Harmonies of #CA8971
Complementary color
Monochromatic Colors of #CA8971
Black with #CA8971
Text Example
Text Example
White with #CA8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8971; }
p { color: rgb(202,137,113); }
H1.HeaderClassName
{
color: #CA8971;
}
.AnyTagClassName
{
color: #CA8971;
}
</style>
background-color css
<style>
a { background-color: #CA8971; }
a { background-color: rgb(202,137,113); }
div.DivClassName
{
background-color: #CA8971;
}
.BgClassName
{
background-color: #CA8971;
}
</style>
border-color css
<style>
span { border-color: #CA8971; }
span { border-color: rgb(202,137,113); }
td.TdClassName
{
border-color: #CA8971;
}
.TagClassName
{
border-color: #CA8971;
}
</style>