Shades of Feldspar #CA896E
Tints of Feldspar #CA896E
RGB
CMYK
RGB Variations
Color information
#CA896E (or 0xCA896E) is known color: Feldspar. HEX triplet: CA, 89 and 6E. RGB value is (202,137,110). Sum of RGB (Red+Green+Blue) = 202+137+110=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA896E is #357691. Grayscale: #999999. Windows color (decimal): -3503762 or 7244234. OLE color: 7244234.
HSL color Cylindrical-coordinate representation of color #CA896E: hue angle of 17.61º 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 #CA896E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 137 | 110 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.21 |
| HSL | 17.61º | 0.46% | 0.61% | - |
| HSV(B) | 17.61º | 0.46% | 0.79% | - |
| XYZ | 36.12 | 31.57 | 18.94 | - |
| YUV | 153.36 | 103.53 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 110 | 0 | 0.32 | 0.46 | 0.21 | 17.61 | 0.46 | 0.61 |
| Hex | CA | 89 | 6E | 0 | 20 | 2E | 15 | 12 | 2E | 3D |
| Octal | 312 | 211 | 156 | 0 | 40 | 56 | 25 | 22 | 56 | 75 |
| Binary | 11001010 | 10001001 | 1101110 | 0 | 100000 | 101110 | 10101 | 10010 | 101110 | 111101 |
Color Harmonies of #CA896E
Complementary color
Monochromatic Colors of #CA896E
Black with #CA896E
Text Example
Text Example
White with #CA896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA896E; }
p { color: rgb(202,137,110); }
H1.HeaderClassName
{
color: #CA896E;
}
.AnyTagClassName
{
color: #CA896E;
}
</style>
background-color css
<style>
a { background-color: #CA896E; }
a { background-color: rgb(202,137,110); }
div.DivClassName
{
background-color: #CA896E;
}
.BgClassName
{
background-color: #CA896E;
}
</style>
border-color css
<style>
span { border-color: #CA896E; }
span { border-color: rgb(202,137,110); }
td.TdClassName
{
border-color: #CA896E;
}
.TagClassName
{
border-color: #CA896E;
}
</style>