Shades of Feldspar #CA8D7B
Tints of Feldspar #CA8D7B
RGB
CMYK
RGB Variations
Color information
#CA8D7B (or 0xCA8D7B) is known color: Feldspar. HEX triplet: CA, 8D and 7B. RGB value is (202,141,123). Sum of RGB (Red+Green+Blue) = 202+141+123=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D7B is #357284. Grayscale: #9D9D9D. Windows color (decimal): -3502725 or 8097226. OLE color: 8097226.
HSL color Cylindrical-coordinate representation of color #CA8D7B: hue angle of 13.67º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA8D7B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 123 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.21 |
| HSL | 13.67º | 0.43% | 0.64% | - |
| HSV(B) | 13.67º | 0.39% | 0.79% | - |
| XYZ | 37.46 | 33.04 | 23.14 | - |
| YUV | 157.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 123 | 0 | 0.30 | 0.39 | 0.21 | 13.67 | 0.43 | 0.64 |
| Hex | CA | 8D | 7B | 0 | 1E | 27 | 15 | E | 2B | 40 |
| Octal | 312 | 215 | 173 | 0 | 36 | 47 | 25 | 16 | 53 | 100 |
| Binary | 11001010 | 10001101 | 1111011 | 0 | 11110 | 100111 | 10101 | 1110 | 101011 | 1000000 |
Color Harmonies of #CA8D7B
Complementary color
Monochromatic Colors of #CA8D7B
Black with #CA8D7B
Text Example
Text Example
White with #CA8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D7B; }
p { color: rgb(202,141,123); }
H1.HeaderClassName
{
color: #CA8D7B;
}
.AnyTagClassName
{
color: #CA8D7B;
}
</style>
background-color css
<style>
a { background-color: #CA8D7B; }
a { background-color: rgb(202,141,123); }
div.DivClassName
{
background-color: #CA8D7B;
}
.BgClassName
{
background-color: #CA8D7B;
}
</style>
border-color css
<style>
span { border-color: #CA8D7B; }
span { border-color: rgb(202,141,123); }
td.TdClassName
{
border-color: #CA8D7B;
}
.TagClassName
{
border-color: #CA8D7B;
}
</style>