Shades of Feldspar #CA957C
Tints of Feldspar #CA957C
RGB
CMYK
RGB Variations
Color information
#CA957C (or 0xCA957C) is known color: Feldspar. HEX triplet: CA, 95 and 7C. RGB value is (202,149,124). Sum of RGB (Red+Green+Blue) = 202+149+124=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA957C is #356A83. Grayscale: #A2A2A2. Windows color (decimal): -3500676 or 8164810. OLE color: 8164810.
HSL color Cylindrical-coordinate representation of color #CA957C: hue angle of 19.23º 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 #CA957C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 124 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.21 |
| HSL | 19.23º | 0.42% | 0.64% | - |
| HSV(B) | 19.23º | 0.39% | 0.79% | - |
| XYZ | 38.74 | 35.51 | 23.88 | - |
| YUV | 162 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 124 | 0 | 0.26 | 0.39 | 0.21 | 19.23 | 0.42 | 0.64 |
| Hex | CA | 95 | 7C | 0 | 1A | 27 | 15 | 13 | 2A | 40 |
| Octal | 312 | 225 | 174 | 0 | 32 | 47 | 25 | 23 | 52 | 100 |
| Binary | 11001010 | 10010101 | 1111100 | 0 | 11010 | 100111 | 10101 | 10011 | 101010 | 1000000 |
Color Harmonies of #CA957C
Complementary color
Monochromatic Colors of #CA957C
Black with #CA957C
Text Example
Text Example
White with #CA957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA957C; }
p { color: rgb(202,149,124); }
H1.HeaderClassName
{
color: #CA957C;
}
.AnyTagClassName
{
color: #CA957C;
}
</style>
background-color css
<style>
a { background-color: #CA957C; }
a { background-color: rgb(202,149,124); }
div.DivClassName
{
background-color: #CA957C;
}
.BgClassName
{
background-color: #CA957C;
}
</style>
border-color css
<style>
span { border-color: #CA957C; }
span { border-color: rgb(202,149,124); }
td.TdClassName
{
border-color: #CA957C;
}
.TagClassName
{
border-color: #CA957C;
}
</style>