Shades of Feldspar #CA8F77
Tints of Feldspar #CA8F77
RGB
CMYK
RGB Variations
Color information
#CA8F77 (or 0xCA8F77) is known color: Feldspar. HEX triplet: CA, 8F and 77. RGB value is (202,143,119). Sum of RGB (Red+Green+Blue) = 202+143+119=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F77 is #357088. Grayscale: #9E9E9E. Windows color (decimal): -3502217 or 7835594. OLE color: 7835594.
HSL color Cylindrical-coordinate representation of color #CA8F77: hue angle of 17.35º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8F77 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 119 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.21 |
| HSL | 17.35º | 0.44% | 0.63% | - |
| HSV(B) | 17.35º | 0.41% | 0.79% | - |
| XYZ | 37.51 | 33.53 | 21.95 | - |
| YUV | 157.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 119 | 0 | 0.29 | 0.41 | 0.21 | 17.35 | 0.44 | 0.63 |
| Hex | CA | 8F | 77 | 0 | 1D | 29 | 15 | 11 | 2C | 3F |
| Octal | 312 | 217 | 167 | 0 | 35 | 51 | 25 | 21 | 54 | 77 |
| Binary | 11001010 | 10001111 | 1110111 | 0 | 11101 | 101001 | 10101 | 10001 | 101100 | 111111 |
Color Harmonies of #CA8F77
Complementary color
Monochromatic Colors of #CA8F77
Black with #CA8F77
Text Example
Text Example
White with #CA8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F77; }
p { color: rgb(202,143,119); }
H1.HeaderClassName
{
color: #CA8F77;
}
.AnyTagClassName
{
color: #CA8F77;
}
</style>
background-color css
<style>
a { background-color: #CA8F77; }
a { background-color: rgb(202,143,119); }
div.DivClassName
{
background-color: #CA8F77;
}
.BgClassName
{
background-color: #CA8F77;
}
</style>
border-color css
<style>
span { border-color: #CA8F77; }
span { border-color: rgb(202,143,119); }
td.TdClassName
{
border-color: #CA8F77;
}
.TagClassName
{
border-color: #CA8F77;
}
</style>