Shades of Feldspar #CA8C78
Tints of Feldspar #CA8C78
RGB
CMYK
RGB Variations
Color information
#CA8C78 (or 0xCA8C78) is known color: Feldspar. HEX triplet: CA, 8C and 78. RGB value is (202,140,120). Sum of RGB (Red+Green+Blue) = 202+140+120=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C78 is #357387. Grayscale: #9C9C9C. Windows color (decimal): -3502984 or 7900362. OLE color: 7900362.
HSL color Cylindrical-coordinate representation of color #CA8C78: hue angle of 14.63º 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 #CA8C78 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 140 | 120 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.21 |
| HSL | 14.63º | 0.44% | 0.63% | - |
| HSV(B) | 14.63º | 0.41% | 0.79% | - |
| XYZ | 37.13 | 32.67 | 22.12 | - |
| YUV | 156.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 120 | 0 | 0.31 | 0.41 | 0.21 | 14.63 | 0.44 | 0.63 |
| Hex | CA | 8C | 78 | 0 | 1F | 29 | 15 | F | 2C | 3F |
| Octal | 312 | 214 | 170 | 0 | 37 | 51 | 25 | 17 | 54 | 77 |
| Binary | 11001010 | 10001100 | 1111000 | 0 | 11111 | 101001 | 10101 | 1111 | 101100 | 111111 |
Color Harmonies of #CA8C78
Complementary color
Monochromatic Colors of #CA8C78
Black with #CA8C78
Text Example
Text Example
White with #CA8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8C78; }
p { color: rgb(202,140,120); }
H1.HeaderClassName
{
color: #CA8C78;
}
.AnyTagClassName
{
color: #CA8C78;
}
</style>
background-color css
<style>
a { background-color: #CA8C78; }
a { background-color: rgb(202,140,120); }
div.DivClassName
{
background-color: #CA8C78;
}
.BgClassName
{
background-color: #CA8C78;
}
</style>
border-color css
<style>
span { border-color: #CA8C78; }
span { border-color: rgb(202,140,120); }
td.TdClassName
{
border-color: #CA8C78;
}
.TagClassName
{
border-color: #CA8C78;
}
</style>