Shades of Feldspar #CA9176
Tints of Feldspar #CA9176
RGB
CMYK
RGB Variations
Color information
#CA9176 (or 0xCA9176) is known color: Feldspar. HEX triplet: CA, 91 and 76. RGB value is (202,145,118). Sum of RGB (Red+Green+Blue) = 202+145+118=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9176 is #356E89. Grayscale: #9F9F9F. Windows color (decimal): -3501706 or 7770570. OLE color: 7770570.
HSL color Cylindrical-coordinate representation of color #CA9176: hue angle of 19.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA9176 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 118 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.21 |
| HSL | 19.29º | 0.44% | 0.63% | - |
| HSV(B) | 19.29º | 0.42% | 0.79% | - |
| XYZ | 37.75 | 34.12 | 21.73 | - |
| YUV | 158.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 118 | 0 | 0.28 | 0.42 | 0.21 | 19.29 | 0.44 | 0.63 |
| Hex | CA | 91 | 76 | 0 | 1C | 2A | 15 | 13 | 2C | 3F |
| Octal | 312 | 221 | 166 | 0 | 34 | 52 | 25 | 23 | 54 | 77 |
| Binary | 11001010 | 10010001 | 1110110 | 0 | 11100 | 101010 | 10101 | 10011 | 101100 | 111111 |
Color Harmonies of #CA9176
Complementary color
Monochromatic Colors of #CA9176
Black with #CA9176
Text Example
Text Example
White with #CA9176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9176; }
p { color: rgb(202,145,118); }
H1.HeaderClassName
{
color: #CA9176;
}
.AnyTagClassName
{
color: #CA9176;
}
</style>
background-color css
<style>
a { background-color: #CA9176; }
a { background-color: rgb(202,145,118); }
div.DivClassName
{
background-color: #CA9176;
}
.BgClassName
{
background-color: #CA9176;
}
</style>
border-color css
<style>
span { border-color: #CA9176; }
span { border-color: rgb(202,145,118); }
td.TdClassName
{
border-color: #CA9176;
}
.TagClassName
{
border-color: #CA9176;
}
</style>