Shades of Feldspar #CA927C
Tints of Feldspar #CA927C
RGB
CMYK
RGB Variations
Color information
#CA927C (or 0xCA927C) is known color: Feldspar. HEX triplet: CA, 92 and 7C. RGB value is (202,146,124). Sum of RGB (Red+Green+Blue) = 202+146+124=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA927C is #356D83. Grayscale: #A0A0A0. Windows color (decimal): -3501444 or 8164042. OLE color: 8164042.
HSL color Cylindrical-coordinate representation of color #CA927C: hue angle of 16.92º 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 #CA927C is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 124 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.21 |
| HSL | 16.92º | 0.42% | 0.64% | - |
| HSV(B) | 16.92º | 0.39% | 0.79% | - |
| XYZ | 38.27 | 34.57 | 23.72 | - |
| YUV | 160.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 124 | 0 | 0.28 | 0.39 | 0.21 | 16.92 | 0.42 | 0.64 |
| Hex | CA | 92 | 7C | 0 | 1C | 27 | 15 | 11 | 2A | 40 |
| Octal | 312 | 222 | 174 | 0 | 34 | 47 | 25 | 21 | 52 | 100 |
| Binary | 11001010 | 10010010 | 1111100 | 0 | 11100 | 100111 | 10101 | 10001 | 101010 | 1000000 |
Color Harmonies of #CA927C
Complementary color
Monochromatic Colors of #CA927C
Black with #CA927C
Text Example
Text Example
White with #CA927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA927C; }
p { color: rgb(202,146,124); }
H1.HeaderClassName
{
color: #CA927C;
}
.AnyTagClassName
{
color: #CA927C;
}
</style>
background-color css
<style>
a { background-color: #CA927C; }
a { background-color: rgb(202,146,124); }
div.DivClassName
{
background-color: #CA927C;
}
.BgClassName
{
background-color: #CA927C;
}
</style>
border-color css
<style>
span { border-color: #CA927C; }
span { border-color: rgb(202,146,124); }
td.TdClassName
{
border-color: #CA927C;
}
.TagClassName
{
border-color: #CA927C;
}
</style>