Shades of Feldspar #CA916E
Tints of Feldspar #CA916E
RGB
CMYK
RGB Variations
Color information
#CA916E (or 0xCA916E) is known color: Feldspar. HEX triplet: CA, 91 and 6E. RGB value is (202,145,110). Sum of RGB (Red+Green+Blue) = 202+145+110=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA916E is #356E91. Grayscale: #9E9E9E. Windows color (decimal): -3501714 or 7246282. OLE color: 7246282.
HSL color Cylindrical-coordinate representation of color #CA916E: hue angle of 22.83º 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 #CA916E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 110 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.21 |
| HSL | 22.83º | 0.46% | 0.61% | - |
| HSV(B) | 22.83º | 0.46% | 0.79% | - |
| XYZ | 37.3 | 33.93 | 19.34 | - |
| YUV | 158.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 110 | 0 | 0.28 | 0.46 | 0.21 | 22.83 | 0.46 | 0.61 |
| Hex | CA | 91 | 6E | 0 | 1C | 2E | 15 | 17 | 2E | 3D |
| Octal | 312 | 221 | 156 | 0 | 34 | 56 | 25 | 27 | 56 | 75 |
| Binary | 11001010 | 10010001 | 1101110 | 0 | 11100 | 101110 | 10101 | 10111 | 101110 | 111101 |
Color Harmonies of #CA916E
Complementary color
Monochromatic Colors of #CA916E
Black with #CA916E
Text Example
Text Example
White with #CA916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA916E; }
p { color: rgb(202,145,110); }
H1.HeaderClassName
{
color: #CA916E;
}
.AnyTagClassName
{
color: #CA916E;
}
</style>
background-color css
<style>
a { background-color: #CA916E; }
a { background-color: rgb(202,145,110); }
div.DivClassName
{
background-color: #CA916E;
}
.BgClassName
{
background-color: #CA916E;
}
</style>
border-color css
<style>
span { border-color: #CA916E; }
span { border-color: rgb(202,145,110); }
td.TdClassName
{
border-color: #CA916E;
}
.TagClassName
{
border-color: #CA916E;
}
</style>