Shades of Feldspar #CA8F71
Tints of Feldspar #CA8F71
RGB
CMYK
RGB Variations
Color information
#CA8F71 (or 0xCA8F71) is known color: Feldspar. HEX triplet: CA, 8F and 71. RGB value is (202,143,113). Sum of RGB (Red+Green+Blue) = 202+143+113=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F71 is #35708E. Grayscale: #9D9D9D. Windows color (decimal): -3502223 or 7442378. OLE color: 7442378.
HSL color Cylindrical-coordinate representation of color #CA8F71: hue angle of 20.22º 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 #CA8F71 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 113 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.21 |
| HSL | 20.22º | 0.46% | 0.62% | - |
| HSV(B) | 20.22º | 0.44% | 0.79% | - |
| XYZ | 37.16 | 33.39 | 20.11 | - |
| YUV | 157.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 113 | 0 | 0.29 | 0.44 | 0.21 | 20.22 | 0.46 | 0.62 |
| Hex | CA | 8F | 71 | 0 | 1D | 2C | 15 | 14 | 2E | 3E |
| Octal | 312 | 217 | 161 | 0 | 35 | 54 | 25 | 24 | 56 | 76 |
| Binary | 11001010 | 10001111 | 1110001 | 0 | 11101 | 101100 | 10101 | 10100 | 101110 | 111110 |
Color Harmonies of #CA8F71
Complementary color
Monochromatic Colors of #CA8F71
Black with #CA8F71
Text Example
Text Example
White with #CA8F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F71; }
p { color: rgb(202,143,113); }
H1.HeaderClassName
{
color: #CA8F71;
}
.AnyTagClassName
{
color: #CA8F71;
}
</style>
background-color css
<style>
a { background-color: #CA8F71; }
a { background-color: rgb(202,143,113); }
div.DivClassName
{
background-color: #CA8F71;
}
.BgClassName
{
background-color: #CA8F71;
}
</style>
border-color css
<style>
span { border-color: #CA8F71; }
span { border-color: rgb(202,143,113); }
td.TdClassName
{
border-color: #CA8F71;
}
.TagClassName
{
border-color: #CA8F71;
}
</style>