Shades of Feldspar #CA917C
Tints of Feldspar #CA917C
RGB
CMYK
RGB Variations
Color information
#CA917C (or 0xCA917C) is known color: Feldspar. HEX triplet: CA, 91 and 7C. RGB value is (202,145,124). Sum of RGB (Red+Green+Blue) = 202+145+124=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA917C is #356E83. Grayscale: #9F9F9F. Windows color (decimal): -3501700 or 8163786. OLE color: 8163786.
HSL color Cylindrical-coordinate representation of color #CA917C: hue angle of 16.15º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA917C is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 124 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.21 |
| HSL | 16.15º | 0.42% | 0.64% | - |
| HSV(B) | 16.15º | 0.39% | 0.79% | - |
| XYZ | 38.12 | 34.26 | 23.67 | - |
| YUV | 159.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 124 | 0 | 0.28 | 0.39 | 0.21 | 16.15 | 0.42 | 0.64 |
| Hex | CA | 91 | 7C | 0 | 1C | 27 | 15 | 10 | 2A | 40 |
| Octal | 312 | 221 | 174 | 0 | 34 | 47 | 25 | 20 | 52 | 100 |
| Binary | 11001010 | 10010001 | 1111100 | 0 | 11100 | 100111 | 10101 | 10000 | 101010 | 1000000 |
Color Harmonies of #CA917C
Complementary color
Monochromatic Colors of #CA917C
Black with #CA917C
Text Example
Text Example
White with #CA917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA917C; }
p { color: rgb(202,145,124); }
H1.HeaderClassName
{
color: #CA917C;
}
.AnyTagClassName
{
color: #CA917C;
}
</style>
background-color css
<style>
a { background-color: #CA917C; }
a { background-color: rgb(202,145,124); }
div.DivClassName
{
background-color: #CA917C;
}
.BgClassName
{
background-color: #CA917C;
}
</style>
border-color css
<style>
span { border-color: #CA917C; }
span { border-color: rgb(202,145,124); }
td.TdClassName
{
border-color: #CA917C;
}
.TagClassName
{
border-color: #CA917C;
}
</style>