Shades of Feldspar #CD8C78
Tints of Feldspar #CD8C78
RGB
CMYK
RGB Variations
Color information
#CD8C78 (or 0xCD8C78) is known color: Feldspar. HEX triplet: CD, 8C and 78. RGB value is (205,140,120). Sum of RGB (Red+Green+Blue) = 205+140+120=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C78 is #327387. Grayscale: #9D9D9D. Windows color (decimal): -3306376 or 7900365. OLE color: 7900365.
HSL color Cylindrical-coordinate representation of color #CD8C78: hue angle of 14.12º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD8C78 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 120 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.20 |
| HSL | 14.12º | 0.46% | 0.64% | - |
| HSV(B) | 14.12º | 0.41% | 0.8% | - |
| XYZ | 37.95 | 33.09 | 22.16 | - |
| YUV | 157.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 120 | 0 | 0.32 | 0.41 | 0.20 | 14.12 | 0.46 | 0.64 |
| Hex | CD | 8C | 78 | 0 | 20 | 29 | 14 | E | 2E | 40 |
| Octal | 315 | 214 | 170 | 0 | 40 | 51 | 24 | 16 | 56 | 100 |
| Binary | 11001101 | 10001100 | 1111000 | 0 | 100000 | 101001 | 10100 | 1110 | 101110 | 1000000 |
Color Harmonies of #CD8C78
Complementary color
Monochromatic Colors of #CD8C78
Black with #CD8C78
Text Example
Text Example
White with #CD8C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C78; }
p { color: rgb(205,140,120); }
H1.HeaderClassName
{
color: #CD8C78;
}
.AnyTagClassName
{
color: #CD8C78;
}
</style>
background-color css
<style>
a { background-color: #CD8C78; }
a { background-color: rgb(205,140,120); }
div.DivClassName
{
background-color: #CD8C78;
}
.BgClassName
{
background-color: #CD8C78;
}
</style>
border-color css
<style>
span { border-color: #CD8C78; }
span { border-color: rgb(205,140,120); }
td.TdClassName
{
border-color: #CD8C78;
}
.TagClassName
{
border-color: #CD8C78;
}
</style>