Shades of Feldspar #CA9472
Tints of Feldspar #CA9472
RGB
CMYK
RGB Variations
Color information
#CA9472 (or 0xCA9472) is known color: Feldspar. HEX triplet: CA, 94 and 72. RGB value is (202,148,114). Sum of RGB (Red+Green+Blue) = 202+148+114=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9472 is #356B8D. Grayscale: #A0A0A0. Windows color (decimal): -3500942 or 7509194. OLE color: 7509194.
HSL color Cylindrical-coordinate representation of color #CA9472: hue angle of 23.18º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA9472 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 114 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.21 |
| HSL | 23.18º | 0.45% | 0.62% | - |
| HSV(B) | 23.18º | 0.44% | 0.79% | - |
| XYZ | 37.98 | 34.95 | 20.66 | - |
| YUV | 160.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 114 | 0 | 0.27 | 0.44 | 0.21 | 23.18 | 0.45 | 0.62 |
| Hex | CA | 94 | 72 | 0 | 1B | 2C | 15 | 17 | 2D | 3E |
| Octal | 312 | 224 | 162 | 0 | 33 | 54 | 25 | 27 | 55 | 76 |
| Binary | 11001010 | 10010100 | 1110010 | 0 | 11011 | 101100 | 10101 | 10111 | 101101 | 111110 |
Color Harmonies of #CA9472
Complementary color
Monochromatic Colors of #CA9472
Black with #CA9472
Text Example
Text Example
White with #CA9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9472; }
p { color: rgb(202,148,114); }
H1.HeaderClassName
{
color: #CA9472;
}
.AnyTagClassName
{
color: #CA9472;
}
</style>
background-color css
<style>
a { background-color: #CA9472; }
a { background-color: rgb(202,148,114); }
div.DivClassName
{
background-color: #CA9472;
}
.BgClassName
{
background-color: #CA9472;
}
</style>
border-color css
<style>
span { border-color: #CA9472; }
span { border-color: rgb(202,148,114); }
td.TdClassName
{
border-color: #CA9472;
}
.TagClassName
{
border-color: #CA9472;
}
</style>