Shades of Feldspar #CA9279
Tints of Feldspar #CA9279
RGB
CMYK
RGB Variations
Color information
#CA9279 (or 0xCA9279) is known color: Feldspar. HEX triplet: CA, 92 and 79. RGB value is (202,146,121). Sum of RGB (Red+Green+Blue) = 202+146+121=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9279 is #356D86. Grayscale: #A0A0A0. Windows color (decimal): -3501447 or 7967434. OLE color: 7967434.
HSL color Cylindrical-coordinate representation of color #CA9279: hue angle of 18.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA9279 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 121 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.21 |
| HSL | 18.52º | 0.43% | 0.63% | - |
| HSV(B) | 18.52º | 0.4% | 0.79% | - |
| XYZ | 38.09 | 34.49 | 22.74 | - |
| YUV | 159.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 121 | 0 | 0.28 | 0.40 | 0.21 | 18.52 | 0.43 | 0.63 |
| Hex | CA | 92 | 79 | 0 | 1C | 28 | 15 | 13 | 2B | 3F |
| Octal | 312 | 222 | 171 | 0 | 34 | 50 | 25 | 23 | 53 | 77 |
| Binary | 11001010 | 10010010 | 1111001 | 0 | 11100 | 101000 | 10101 | 10011 | 101011 | 111111 |
Color Harmonies of #CA9279
Complementary color
Monochromatic Colors of #CA9279
Black with #CA9279
Text Example
Text Example
White with #CA9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9279; }
p { color: rgb(202,146,121); }
H1.HeaderClassName
{
color: #CA9279;
}
.AnyTagClassName
{
color: #CA9279;
}
</style>
background-color css
<style>
a { background-color: #CA9279; }
a { background-color: rgb(202,146,121); }
div.DivClassName
{
background-color: #CA9279;
}
.BgClassName
{
background-color: #CA9279;
}
</style>
border-color css
<style>
span { border-color: #CA9279; }
span { border-color: rgb(202,146,121); }
td.TdClassName
{
border-color: #CA9279;
}
.TagClassName
{
border-color: #CA9279;
}
</style>