Shades of Feldspar #CA8C71
Tints of Feldspar #CA8C71
RGB
CMYK
RGB Variations
Color information
#CA8C71 (or 0xCA8C71) is known color: Feldspar. HEX triplet: CA, 8C and 71. RGB value is (202,140,113). Sum of RGB (Red+Green+Blue) = 202+140+113=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C71 is #35738E. Grayscale: #9B9B9B. Windows color (decimal): -3502991 or 7441610. OLE color: 7441610.
HSL color Cylindrical-coordinate representation of color #CA8C71: hue angle of 18.2º 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 #CA8C71 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 113 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.21 |
| HSL | 18.2º | 0.46% | 0.62% | - |
| HSV(B) | 18.2º | 0.44% | 0.79% | - |
| XYZ | 36.72 | 32.5 | 19.96 | - |
| YUV | 155.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 113 | 0 | 0.31 | 0.44 | 0.21 | 18.2 | 0.46 | 0.62 |
| Hex | CA | 8C | 71 | 0 | 1F | 2C | 15 | 12 | 2E | 3E |
| Octal | 312 | 214 | 161 | 0 | 37 | 54 | 25 | 22 | 56 | 76 |
| Binary | 11001010 | 10001100 | 1110001 | 0 | 11111 | 101100 | 10101 | 10010 | 101110 | 111110 |
Color Harmonies of #CA8C71
Complementary color
Monochromatic Colors of #CA8C71
Black with #CA8C71
Text Example
Text Example
White with #CA8C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C71; }
p { color: rgb(202,140,113); }
H1.HeaderClassName
{
color: #CA8C71;
}
.AnyTagClassName
{
color: #CA8C71;
}
</style>
background-color css
<style>
a { background-color: #CA8C71; }
a { background-color: rgb(202,140,113); }
div.DivClassName
{
background-color: #CA8C71;
}
.BgClassName
{
background-color: #CA8C71;
}
</style>
border-color css
<style>
span { border-color: #CA8C71; }
span { border-color: rgb(202,140,113); }
td.TdClassName
{
border-color: #CA8C71;
}
.TagClassName
{
border-color: #CA8C71;
}
</style>