Shades of Feldspar #CA927E
Tints of Feldspar #CA927E
RGB
CMYK
RGB Variations
Color information
#CA927E (or 0xCA927E) is known color: Feldspar. HEX triplet: CA, 92 and 7E. RGB value is (202,146,126). Sum of RGB (Red+Green+Blue) = 202+146+126=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA927E is #356D81. Grayscale: #A0A0A0. Windows color (decimal): -3501442 or 8295114. OLE color: 8295114.
HSL color Cylindrical-coordinate representation of color #CA927E: hue angle of 15.79º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA927E is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 126 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.21 |
| HSL | 15.79º | 0.42% | 0.64% | - |
| HSV(B) | 15.79º | 0.38% | 0.79% | - |
| XYZ | 38.4 | 34.62 | 24.4 | - |
| YUV | 160.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 126 | 0 | 0.28 | 0.38 | 0.21 | 15.79 | 0.42 | 0.64 |
| Hex | CA | 92 | 7E | 0 | 1C | 26 | 15 | 10 | 2A | 40 |
| Octal | 312 | 222 | 176 | 0 | 34 | 46 | 25 | 20 | 52 | 100 |
| Binary | 11001010 | 10010010 | 1111110 | 0 | 11100 | 100110 | 10101 | 10000 | 101010 | 1000000 |
Color Harmonies of #CA927E
Complementary color
Monochromatic Colors of #CA927E
Black with #CA927E
Text Example
Text Example
White with #CA927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA927E; }
p { color: rgb(202,146,126); }
H1.HeaderClassName
{
color: #CA927E;
}
.AnyTagClassName
{
color: #CA927E;
}
</style>
background-color css
<style>
a { background-color: #CA927E; }
a { background-color: rgb(202,146,126); }
div.DivClassName
{
background-color: #CA927E;
}
.BgClassName
{
background-color: #CA927E;
}
</style>
border-color css
<style>
span { border-color: #CA927E; }
span { border-color: rgb(202,146,126); }
td.TdClassName
{
border-color: #CA927E;
}
.TagClassName
{
border-color: #CA927E;
}
</style>