Shades of Feldspar #CA8E7B
Tints of Feldspar #CA8E7B
RGB
CMYK
RGB Variations
Color information
#CA8E7B (or 0xCA8E7B) is known color: Feldspar. HEX triplet: CA, 8E and 7B. RGB value is (202,142,123). Sum of RGB (Red+Green+Blue) = 202+142+123=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E7B is #357184. Grayscale: #9D9D9D. Windows color (decimal): -3502469 or 8097482. OLE color: 8097482.
HSL color Cylindrical-coordinate representation of color #CA8E7B: hue angle of 14.43º 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 #CA8E7B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 142 | 123 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.21 |
| HSL | 14.43º | 0.43% | 0.64% | - |
| HSV(B) | 14.43º | 0.39% | 0.79% | - |
| XYZ | 37.61 | 33.33 | 23.19 | - |
| YUV | 157.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 123 | 0 | 0.30 | 0.39 | 0.21 | 14.43 | 0.43 | 0.64 |
| Hex | CA | 8E | 7B | 0 | 1E | 27 | 15 | E | 2B | 40 |
| Octal | 312 | 216 | 173 | 0 | 36 | 47 | 25 | 16 | 53 | 100 |
| Binary | 11001010 | 10001110 | 1111011 | 0 | 11110 | 100111 | 10101 | 1110 | 101011 | 1000000 |
Color Harmonies of #CA8E7B
Complementary color
Monochromatic Colors of #CA8E7B
Black with #CA8E7B
Text Example
Text Example
White with #CA8E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8E7B; }
p { color: rgb(202,142,123); }
H1.HeaderClassName
{
color: #CA8E7B;
}
.AnyTagClassName
{
color: #CA8E7B;
}
</style>
background-color css
<style>
a { background-color: #CA8E7B; }
a { background-color: rgb(202,142,123); }
div.DivClassName
{
background-color: #CA8E7B;
}
.BgClassName
{
background-color: #CA8E7B;
}
</style>
border-color css
<style>
span { border-color: #CA8E7B; }
span { border-color: rgb(202,142,123); }
td.TdClassName
{
border-color: #CA8E7B;
}
.TagClassName
{
border-color: #CA8E7B;
}
</style>