Shades of Feldspar #CA917F
Tints of Feldspar #CA917F
RGB
CMYK
RGB Variations
Color information
#CA917F (or 0xCA917F) is known color: Feldspar. HEX triplet: CA, 91 and 7F. RGB value is (202,145,127). Sum of RGB (Red+Green+Blue) = 202+145+127=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA917F is #356E80. Grayscale: #A0A0A0. Windows color (decimal): -3501697 or 8360394. OLE color: 8360394.
HSL color Cylindrical-coordinate representation of color #CA917F: hue angle of 14.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA917F is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 127 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.21 |
| HSL | 14.4º | 0.41% | 0.65% | - |
| HSV(B) | 14.4º | 0.37% | 0.79% | - |
| XYZ | 38.31 | 34.34 | 24.69 | - |
| YUV | 159.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 127 | 0 | 0.28 | 0.37 | 0.21 | 14.4 | 0.41 | 0.65 |
| Hex | CA | 91 | 7F | 0 | 1C | 25 | 15 | E | 29 | 41 |
| Octal | 312 | 221 | 177 | 0 | 34 | 45 | 25 | 16 | 51 | 101 |
| Binary | 11001010 | 10010001 | 1111111 | 0 | 11100 | 100101 | 10101 | 1110 | 101001 | 1000001 |
Color Harmonies of #CA917F
Complementary color
Monochromatic Colors of #CA917F
Black with #CA917F
Text Example
Text Example
White with #CA917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA917F; }
p { color: rgb(202,145,127); }
H1.HeaderClassName
{
color: #CA917F;
}
.AnyTagClassName
{
color: #CA917F;
}
</style>
background-color css
<style>
a { background-color: #CA917F; }
a { background-color: rgb(202,145,127); }
div.DivClassName
{
background-color: #CA917F;
}
.BgClassName
{
background-color: #CA917F;
}
</style>
border-color css
<style>
span { border-color: #CA917F; }
span { border-color: rgb(202,145,127); }
td.TdClassName
{
border-color: #CA917F;
}
.TagClassName
{
border-color: #CA917F;
}
</style>