Shades of Feldspar #CA8671
Tints of Feldspar #CA8671
RGB
CMYK
RGB Variations
Color information
#CA8671 (or 0xCA8671) is known color: Feldspar. HEX triplet: CA, 86 and 71. RGB value is (202,134,113). Sum of RGB (Red+Green+Blue) = 202+134+113=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8671 is #35798E. Grayscale: #989898. Windows color (decimal): -3504527 or 7440074. OLE color: 7440074.
HSL color Cylindrical-coordinate representation of color #CA8671: hue angle of 14.16º 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 #CA8671 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 113 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.21 |
| HSL | 14.16º | 0.46% | 0.62% | - |
| HSV(B) | 14.16º | 0.44% | 0.79% | - |
| XYZ | 35.86 | 30.8 | 19.68 | - |
| YUV | 151.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 113 | 0 | 0.34 | 0.44 | 0.21 | 14.16 | 0.46 | 0.62 |
| Hex | CA | 86 | 71 | 0 | 22 | 2C | 15 | E | 2E | 3E |
| Octal | 312 | 206 | 161 | 0 | 42 | 54 | 25 | 16 | 56 | 76 |
| Binary | 11001010 | 10000110 | 1110001 | 0 | 100010 | 101100 | 10101 | 1110 | 101110 | 111110 |
Color Harmonies of #CA8671
Complementary color
Monochromatic Colors of #CA8671
Black with #CA8671
Text Example
Text Example
White with #CA8671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8671; }
p { color: rgb(202,134,113); }
H1.HeaderClassName
{
color: #CA8671;
}
.AnyTagClassName
{
color: #CA8671;
}
</style>
background-color css
<style>
a { background-color: #CA8671; }
a { background-color: rgb(202,134,113); }
div.DivClassName
{
background-color: #CA8671;
}
.BgClassName
{
background-color: #CA8671;
}
</style>
border-color css
<style>
span { border-color: #CA8671; }
span { border-color: rgb(202,134,113); }
td.TdClassName
{
border-color: #CA8671;
}
.TagClassName
{
border-color: #CA8671;
}
</style>