Shades of Feldspar #CA926E
Tints of Feldspar #CA926E
RGB
CMYK
RGB Variations
Color information
#CA926E (or 0xCA926E) is known color: Feldspar. HEX triplet: CA, 92 and 6E. RGB value is (202,146,110). Sum of RGB (Red+Green+Blue) = 202+146+110=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA926E is #356D91. Grayscale: #9E9E9E. Windows color (decimal): -3501458 or 7246538. OLE color: 7246538.
HSL color Cylindrical-coordinate representation of color #CA926E: hue angle of 23.48º 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 #CA926E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 110 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.21 |
| HSL | 23.48º | 0.46% | 0.61% | - |
| HSV(B) | 23.48º | 0.46% | 0.79% | - |
| XYZ | 37.45 | 34.24 | 19.39 | - |
| YUV | 158.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 110 | 0 | 0.28 | 0.46 | 0.21 | 23.48 | 0.46 | 0.61 |
| Hex | CA | 92 | 6E | 0 | 1C | 2E | 15 | 17 | 2E | 3D |
| Octal | 312 | 222 | 156 | 0 | 34 | 56 | 25 | 27 | 56 | 75 |
| Binary | 11001010 | 10010010 | 1101110 | 0 | 11100 | 101110 | 10101 | 10111 | 101110 | 111101 |
Color Harmonies of #CA926E
Complementary color
Monochromatic Colors of #CA926E
Black with #CA926E
Text Example
Text Example
White with #CA926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA926E; }
p { color: rgb(202,146,110); }
H1.HeaderClassName
{
color: #CA926E;
}
.AnyTagClassName
{
color: #CA926E;
}
</style>
background-color css
<style>
a { background-color: #CA926E; }
a { background-color: rgb(202,146,110); }
div.DivClassName
{
background-color: #CA926E;
}
.BgClassName
{
background-color: #CA926E;
}
</style>
border-color css
<style>
span { border-color: #CA926E; }
span { border-color: rgb(202,146,110); }
td.TdClassName
{
border-color: #CA926E;
}
.TagClassName
{
border-color: #CA926E;
}
</style>