Shades of Feldspar #CA9371
Tints of Feldspar #CA9371
RGB
CMYK
RGB Variations
Color information
#CA9371 (or 0xCA9371) is known color: Feldspar. HEX triplet: CA, 93 and 71. RGB value is (202,147,113). Sum of RGB (Red+Green+Blue) = 202+147+113=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9371 is #356C8E. Grayscale: #9F9F9F. Windows color (decimal): -3501199 or 7443402. OLE color: 7443402.
HSL color Cylindrical-coordinate representation of color #CA9371: hue angle of 22.92º 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 #CA9371 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 147 | 113 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.21 |
| HSL | 22.92º | 0.46% | 0.62% | - |
| HSV(B) | 22.92º | 0.44% | 0.79% | - |
| XYZ | 37.77 | 34.62 | 20.31 | - |
| YUV | 159.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 113 | 0 | 0.27 | 0.44 | 0.21 | 22.92 | 0.46 | 0.62 |
| Hex | CA | 93 | 71 | 0 | 1B | 2C | 15 | 17 | 2E | 3E |
| Octal | 312 | 223 | 161 | 0 | 33 | 54 | 25 | 27 | 56 | 76 |
| Binary | 11001010 | 10010011 | 1110001 | 0 | 11011 | 101100 | 10101 | 10111 | 101110 | 111110 |
Color Harmonies of #CA9371
Complementary color
Monochromatic Colors of #CA9371
Black with #CA9371
Text Example
Text Example
White with #CA9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9371; }
p { color: rgb(202,147,113); }
H1.HeaderClassName
{
color: #CA9371;
}
.AnyTagClassName
{
color: #CA9371;
}
</style>
background-color css
<style>
a { background-color: #CA9371; }
a { background-color: rgb(202,147,113); }
div.DivClassName
{
background-color: #CA9371;
}
.BgClassName
{
background-color: #CA9371;
}
</style>
border-color css
<style>
span { border-color: #CA9371; }
span { border-color: rgb(202,147,113); }
td.TdClassName
{
border-color: #CA9371;
}
.TagClassName
{
border-color: #CA9371;
}
</style>