Shades of Feldspar #CA8F78
Tints of Feldspar #CA8F78
RGB
CMYK
RGB Variations
Color information
#CA8F78 (or 0xCA8F78) is known color: Feldspar. HEX triplet: CA, 8F and 78. RGB value is (202,143,120). Sum of RGB (Red+Green+Blue) = 202+143+120=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F78 is #357087. Grayscale: #9E9E9E. Windows color (decimal): -3502216 or 7901130. OLE color: 7901130.
HSL color Cylindrical-coordinate representation of color #CA8F78: hue angle of 16.83º 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 #CA8F78 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 120 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.21 |
| HSL | 16.83º | 0.44% | 0.63% | - |
| HSV(B) | 16.83º | 0.41% | 0.79% | - |
| XYZ | 37.57 | 33.56 | 22.27 | - |
| YUV | 158.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 120 | 0 | 0.29 | 0.41 | 0.21 | 16.83 | 0.44 | 0.63 |
| Hex | CA | 8F | 78 | 0 | 1D | 29 | 15 | 11 | 2C | 3F |
| Octal | 312 | 217 | 170 | 0 | 35 | 51 | 25 | 21 | 54 | 77 |
| Binary | 11001010 | 10001111 | 1111000 | 0 | 11101 | 101001 | 10101 | 10001 | 101100 | 111111 |
Color Harmonies of #CA8F78
Complementary color
Monochromatic Colors of #CA8F78
Black with #CA8F78
Text Example
Text Example
White with #CA8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F78; }
p { color: rgb(202,143,120); }
H1.HeaderClassName
{
color: #CA8F78;
}
.AnyTagClassName
{
color: #CA8F78;
}
</style>
background-color css
<style>
a { background-color: #CA8F78; }
a { background-color: rgb(202,143,120); }
div.DivClassName
{
background-color: #CA8F78;
}
.BgClassName
{
background-color: #CA8F78;
}
</style>
border-color css
<style>
span { border-color: #CA8F78; }
span { border-color: rgb(202,143,120); }
td.TdClassName
{
border-color: #CA8F78;
}
.TagClassName
{
border-color: #CA8F78;
}
</style>