Shades of Feldspar #CA927A
Tints of Feldspar #CA927A
RGB
CMYK
RGB Variations
Color information
#CA927A (or 0xCA927A) is known color: Feldspar. HEX triplet: CA, 92 and 7A. RGB value is (202,146,122). Sum of RGB (Red+Green+Blue) = 202+146+122=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA927A is #356D85. Grayscale: #A0A0A0. Windows color (decimal): -3501446 or 8032970. OLE color: 8032970.
HSL color Cylindrical-coordinate representation of color #CA927A: hue angle of 18º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA927A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 122 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.21 |
| HSL | 18º | 0.43% | 0.64% | - |
| HSV(B) | 18º | 0.4% | 0.79% | - |
| XYZ | 38.15 | 34.52 | 23.06 | - |
| YUV | 160.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 122 | 0 | 0.28 | 0.40 | 0.21 | 18 | 0.43 | 0.64 |
| Hex | CA | 92 | 7A | 0 | 1C | 28 | 15 | 12 | 2B | 40 |
| Octal | 312 | 222 | 172 | 0 | 34 | 50 | 25 | 22 | 53 | 100 |
| Binary | 11001010 | 10010010 | 1111010 | 0 | 11100 | 101000 | 10101 | 10010 | 101011 | 1000000 |
Color Harmonies of #CA927A
Complementary color
Monochromatic Colors of #CA927A
Black with #CA927A
Text Example
Text Example
White with #CA927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA927A; }
p { color: rgb(202,146,122); }
H1.HeaderClassName
{
color: #CA927A;
}
.AnyTagClassName
{
color: #CA927A;
}
</style>
background-color css
<style>
a { background-color: #CA927A; }
a { background-color: rgb(202,146,122); }
div.DivClassName
{
background-color: #CA927A;
}
.BgClassName
{
background-color: #CA927A;
}
</style>
border-color css
<style>
span { border-color: #CA927A; }
span { border-color: rgb(202,146,122); }
td.TdClassName
{
border-color: #CA927A;
}
.TagClassName
{
border-color: #CA927A;
}
</style>