Shades of Feldspar #CA926D
Tints of Feldspar #CA926D
RGB
CMYK
RGB Variations
Color information
#CA926D (or 0xCA926D) is known color: Feldspar. HEX triplet: CA, 92 and 6D. RGB value is (202,146,109). Sum of RGB (Red+Green+Blue) = 202+146+109=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA926D is #356D92. Grayscale: #9E9E9E. Windows color (decimal): -3501459 or 7181002. OLE color: 7181002.
HSL color Cylindrical-coordinate representation of color #CA926D: hue angle of 23.87º degrees, saturation: 0.47, 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 #CA926D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 109 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.21 |
| HSL | 23.87º | 0.47% | 0.61% | - |
| HSV(B) | 23.87º | 0.46% | 0.79% | - |
| XYZ | 37.4 | 34.22 | 19.1 | - |
| YUV | 158.53 | 100.05 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 109 | 0 | 0.28 | 0.46 | 0.21 | 23.87 | 0.47 | 0.61 |
| Hex | CA | 92 | 6D | 0 | 1C | 2E | 15 | 18 | 2F | 3D |
| Octal | 312 | 222 | 155 | 0 | 34 | 56 | 25 | 30 | 57 | 75 |
| Binary | 11001010 | 10010010 | 1101101 | 0 | 11100 | 101110 | 10101 | 11000 | 101111 | 111101 |
Color Harmonies of #CA926D
Complementary color
Monochromatic Colors of #CA926D
Black with #CA926D
Text Example
Text Example
White with #CA926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA926D; }
p { color: rgb(202,146,109); }
H1.HeaderClassName
{
color: #CA926D;
}
.AnyTagClassName
{
color: #CA926D;
}
</style>
background-color css
<style>
a { background-color: #CA926D; }
a { background-color: rgb(202,146,109); }
div.DivClassName
{
background-color: #CA926D;
}
.BgClassName
{
background-color: #CA926D;
}
</style>
border-color css
<style>
span { border-color: #CA926D; }
span { border-color: rgb(202,146,109); }
td.TdClassName
{
border-color: #CA926D;
}
.TagClassName
{
border-color: #CA926D;
}
</style>