Shades of Feldspar #CA8473
Tints of Feldspar #CA8473
RGB
CMYK
RGB Variations
Color information
#CA8473 (or 0xCA8473) is known color: Feldspar. HEX triplet: CA, 84 and 73. RGB value is (202,132,115). Sum of RGB (Red+Green+Blue) = 202+132+115=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8473 is #357B8C. Grayscale: #979797. Windows color (decimal): -3505037 or 7570634. OLE color: 7570634.
HSL color Cylindrical-coordinate representation of color #CA8473: hue angle of 11.72º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8473 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 115 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.21 |
| HSL | 11.72º | 0.45% | 0.62% | - |
| HSV(B) | 11.72º | 0.43% | 0.79% | - |
| XYZ | 35.7 | 30.3 | 20.19 | - |
| YUV | 150.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 115 | 0 | 0.35 | 0.43 | 0.21 | 11.72 | 0.45 | 0.62 |
| Hex | CA | 84 | 73 | 0 | 23 | 2B | 15 | C | 2D | 3E |
| Octal | 312 | 204 | 163 | 0 | 43 | 53 | 25 | 14 | 55 | 76 |
| Binary | 11001010 | 10000100 | 1110011 | 0 | 100011 | 101011 | 10101 | 1100 | 101101 | 111110 |
Color Harmonies of #CA8473
Complementary color
Monochromatic Colors of #CA8473
Black with #CA8473
Text Example
Text Example
White with #CA8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8473; }
p { color: rgb(202,132,115); }
H1.HeaderClassName
{
color: #CA8473;
}
.AnyTagClassName
{
color: #CA8473;
}
</style>
background-color css
<style>
a { background-color: #CA8473; }
a { background-color: rgb(202,132,115); }
div.DivClassName
{
background-color: #CA8473;
}
.BgClassName
{
background-color: #CA8473;
}
</style>
border-color css
<style>
span { border-color: #CA8473; }
span { border-color: rgb(202,132,115); }
td.TdClassName
{
border-color: #CA8473;
}
.TagClassName
{
border-color: #CA8473;
}
</style>