Shades of Feldspar #CA9671
Tints of Feldspar #CA9671
RGB
CMYK
RGB Variations
Color information
#CA9671 (or 0xCA9671) is known color: Feldspar. HEX triplet: CA, 96 and 71. RGB value is (202,150,113). Sum of RGB (Red+Green+Blue) = 202+150+113=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9671 is #35698E. Grayscale: #A1A1A1. Windows color (decimal): -3500431 or 7444170. OLE color: 7444170.
HSL color Cylindrical-coordinate representation of color #CA9671: hue angle of 24.94º 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 #CA9671 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 113 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.21 |
| HSL | 24.94º | 0.46% | 0.62% | - |
| HSV(B) | 24.94º | 0.44% | 0.79% | - |
| XYZ | 38.24 | 35.56 | 20.47 | - |
| YUV | 161.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 113 | 0 | 0.26 | 0.44 | 0.21 | 24.94 | 0.46 | 0.62 |
| Hex | CA | 96 | 71 | 0 | 1A | 2C | 15 | 19 | 2E | 3E |
| Octal | 312 | 226 | 161 | 0 | 32 | 54 | 25 | 31 | 56 | 76 |
| Binary | 11001010 | 10010110 | 1110001 | 0 | 11010 | 101100 | 10101 | 11001 | 101110 | 111110 |
Color Harmonies of #CA9671
Complementary color
Monochromatic Colors of #CA9671
Black with #CA9671
Text Example
Text Example
White with #CA9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9671; }
p { color: rgb(202,150,113); }
H1.HeaderClassName
{
color: #CA9671;
}
.AnyTagClassName
{
color: #CA9671;
}
</style>
background-color css
<style>
a { background-color: #CA9671; }
a { background-color: rgb(202,150,113); }
div.DivClassName
{
background-color: #CA9671;
}
.BgClassName
{
background-color: #CA9671;
}
</style>
border-color css
<style>
span { border-color: #CA9671; }
span { border-color: rgb(202,150,113); }
td.TdClassName
{
border-color: #CA9671;
}
.TagClassName
{
border-color: #CA9671;
}
</style>