Shades of Feldspar #CA947D
Tints of Feldspar #CA947D
RGB
CMYK
RGB Variations
Color information
#CA947D (or 0xCA947D) is known color: Feldspar. HEX triplet: CA, 94 and 7D. RGB value is (202,148,125). Sum of RGB (Red+Green+Blue) = 202+148+125=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA947D is #356B82. Grayscale: #A1A1A1. Windows color (decimal): -3500931 or 8230090. OLE color: 8230090.
HSL color Cylindrical-coordinate representation of color #CA947D: hue angle of 17.92º 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 #CA947D is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 125 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.21 |
| HSL | 17.92º | 0.42% | 0.64% | - |
| HSV(B) | 17.92º | 0.38% | 0.79% | - |
| XYZ | 38.65 | 35.22 | 24.16 | - |
| YUV | 161.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 125 | 0 | 0.27 | 0.38 | 0.21 | 17.92 | 0.42 | 0.64 |
| Hex | CA | 94 | 7D | 0 | 1B | 26 | 15 | 12 | 2A | 40 |
| Octal | 312 | 224 | 175 | 0 | 33 | 46 | 25 | 22 | 52 | 100 |
| Binary | 11001010 | 10010100 | 1111101 | 0 | 11011 | 100110 | 10101 | 10010 | 101010 | 1000000 |
Color Harmonies of #CA947D
Complementary color
Monochromatic Colors of #CA947D
Black with #CA947D
Text Example
Text Example
White with #CA947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA947D; }
p { color: rgb(202,148,125); }
H1.HeaderClassName
{
color: #CA947D;
}
.AnyTagClassName
{
color: #CA947D;
}
</style>
background-color css
<style>
a { background-color: #CA947D; }
a { background-color: rgb(202,148,125); }
div.DivClassName
{
background-color: #CA947D;
}
.BgClassName
{
background-color: #CA947D;
}
</style>
border-color css
<style>
span { border-color: #CA947D; }
span { border-color: rgb(202,148,125); }
td.TdClassName
{
border-color: #CA947D;
}
.TagClassName
{
border-color: #CA947D;
}
</style>