Shades of Feldspar #CA946E
Tints of Feldspar #CA946E
RGB
CMYK
RGB Variations
Color information
#CA946E (or 0xCA946E) is known color: Feldspar. HEX triplet: CA, 94 and 6E. RGB value is (202,148,110). Sum of RGB (Red+Green+Blue) = 202+148+110=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA946E is #356B91. Grayscale: #A0A0A0. Windows color (decimal): -3500946 or 7247050. OLE color: 7247050.
HSL color Cylindrical-coordinate representation of color #CA946E: hue angle of 24.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA946E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 110 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.21 |
| HSL | 24.78º | 0.46% | 0.61% | - |
| HSV(B) | 24.78º | 0.46% | 0.79% | - |
| XYZ | 37.76 | 34.86 | 19.49 | - |
| YUV | 159.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 110 | 0 | 0.27 | 0.46 | 0.21 | 24.78 | 0.46 | 0.61 |
| Hex | CA | 94 | 6E | 0 | 1B | 2E | 15 | 19 | 2E | 3D |
| Octal | 312 | 224 | 156 | 0 | 33 | 56 | 25 | 31 | 56 | 75 |
| Binary | 11001010 | 10010100 | 1101110 | 0 | 11011 | 101110 | 10101 | 11001 | 101110 | 111101 |
Color Harmonies of #CA946E
Complementary color
Monochromatic Colors of #CA946E
Black with #CA946E
Text Example
Text Example
White with #CA946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA946E; }
p { color: rgb(202,148,110); }
H1.HeaderClassName
{
color: #CA946E;
}
.AnyTagClassName
{
color: #CA946E;
}
</style>
background-color css
<style>
a { background-color: #CA946E; }
a { background-color: rgb(202,148,110); }
div.DivClassName
{
background-color: #CA946E;
}
.BgClassName
{
background-color: #CA946E;
}
</style>
border-color css
<style>
span { border-color: #CA946E; }
span { border-color: rgb(202,148,110); }
td.TdClassName
{
border-color: #CA946E;
}
.TagClassName
{
border-color: #CA946E;
}
</style>