Shades of Feldspar #CA9171
Tints of Feldspar #CA9171
RGB
CMYK
RGB Variations
Color information
#CA9171 (or 0xCA9171) is known color: Feldspar. HEX triplet: CA, 91 and 71. RGB value is (202,145,113). Sum of RGB (Red+Green+Blue) = 202+145+113=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9171 is #356E8E. Grayscale: #9E9E9E. Windows color (decimal): -3501711 or 7442890. OLE color: 7442890.
HSL color Cylindrical-coordinate representation of color #CA9171: hue angle of 21.57º 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 #CA9171 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 113 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.21 |
| HSL | 21.57º | 0.46% | 0.62% | - |
| HSV(B) | 21.57º | 0.44% | 0.79% | - |
| XYZ | 37.46 | 34 | 20.21 | - |
| YUV | 158.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 113 | 0 | 0.28 | 0.44 | 0.21 | 21.57 | 0.46 | 0.62 |
| Hex | CA | 91 | 71 | 0 | 1C | 2C | 15 | 16 | 2E | 3E |
| Octal | 312 | 221 | 161 | 0 | 34 | 54 | 25 | 26 | 56 | 76 |
| Binary | 11001010 | 10010001 | 1110001 | 0 | 11100 | 101100 | 10101 | 10110 | 101110 | 111110 |
Color Harmonies of #CA9171
Complementary color
Monochromatic Colors of #CA9171
Black with #CA9171
Text Example
Text Example
White with #CA9171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9171; }
p { color: rgb(202,145,113); }
H1.HeaderClassName
{
color: #CA9171;
}
.AnyTagClassName
{
color: #CA9171;
}
</style>
background-color css
<style>
a { background-color: #CA9171; }
a { background-color: rgb(202,145,113); }
div.DivClassName
{
background-color: #CA9171;
}
.BgClassName
{
background-color: #CA9171;
}
</style>
border-color css
<style>
span { border-color: #CA9171; }
span { border-color: rgb(202,145,113); }
td.TdClassName
{
border-color: #CA9171;
}
.TagClassName
{
border-color: #CA9171;
}
</style>