Shades of Feldspar #CA8D6D
Tints of Feldspar #CA8D6D
RGB
CMYK
RGB Variations
Color information
#CA8D6D (or 0xCA8D6D) is known color: Feldspar. HEX triplet: CA, 8D and 6D. RGB value is (202,141,109). Sum of RGB (Red+Green+Blue) = 202+141+109=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6D is #357292. Grayscale: #9B9B9B. Windows color (decimal): -3502739 or 7179722. OLE color: 7179722.
HSL color Cylindrical-coordinate representation of color #CA8D6D: hue angle of 20.65º 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 #CA8D6D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 109 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.21 |
| HSL | 20.65º | 0.47% | 0.61% | - |
| HSV(B) | 20.65º | 0.46% | 0.79% | - |
| XYZ | 36.64 | 32.71 | 18.85 | - |
| YUV | 155.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 109 | 0 | 0.30 | 0.46 | 0.21 | 20.65 | 0.47 | 0.61 |
| Hex | CA | 8D | 6D | 0 | 1E | 2E | 15 | 15 | 2F | 3D |
| Octal | 312 | 215 | 155 | 0 | 36 | 56 | 25 | 25 | 57 | 75 |
| Binary | 11001010 | 10001101 | 1101101 | 0 | 11110 | 101110 | 10101 | 10101 | 101111 | 111101 |
Color Harmonies of #CA8D6D
Complementary color
Monochromatic Colors of #CA8D6D
Black with #CA8D6D
Text Example
Text Example
White with #CA8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D6D; }
p { color: rgb(202,141,109); }
H1.HeaderClassName
{
color: #CA8D6D;
}
.AnyTagClassName
{
color: #CA8D6D;
}
</style>
background-color css
<style>
a { background-color: #CA8D6D; }
a { background-color: rgb(202,141,109); }
div.DivClassName
{
background-color: #CA8D6D;
}
.BgClassName
{
background-color: #CA8D6D;
}
</style>
border-color css
<style>
span { border-color: #CA8D6D; }
span { border-color: rgb(202,141,109); }
td.TdClassName
{
border-color: #CA8D6D;
}
.TagClassName
{
border-color: #CA8D6D;
}
</style>