Shades of Feldspar #CD8C76
Tints of Feldspar #CD8C76
RGB
CMYK
RGB Variations
Color information
#CD8C76 (or 0xCD8C76) is known color: Feldspar. HEX triplet: CD, 8C and 76. RGB value is (205,140,118). Sum of RGB (Red+Green+Blue) = 205+140+118=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C76 is #327389. Grayscale: #9D9D9D. Windows color (decimal): -3306378 or 7769293. OLE color: 7769293.
HSL color Cylindrical-coordinate representation of color #CD8C76: hue angle of 15.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD8C76 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 118 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.20 |
| HSL | 15.17º | 0.47% | 0.63% | - |
| HSV(B) | 15.17º | 0.42% | 0.8% | - |
| XYZ | 37.82 | 33.04 | 21.52 | - |
| YUV | 156.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 118 | 0 | 0.32 | 0.42 | 0.20 | 15.17 | 0.47 | 0.63 |
| Hex | CD | 8C | 76 | 0 | 20 | 2A | 14 | F | 2F | 3F |
| Octal | 315 | 214 | 166 | 0 | 40 | 52 | 24 | 17 | 57 | 77 |
| Binary | 11001101 | 10001100 | 1110110 | 0 | 100000 | 101010 | 10100 | 1111 | 101111 | 111111 |
Color Harmonies of #CD8C76
Complementary color
Monochromatic Colors of #CD8C76
Black with #CD8C76
Text Example
Text Example
White with #CD8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C76; }
p { color: rgb(205,140,118); }
H1.HeaderClassName
{
color: #CD8C76;
}
.AnyTagClassName
{
color: #CD8C76;
}
</style>
background-color css
<style>
a { background-color: #CD8C76; }
a { background-color: rgb(205,140,118); }
div.DivClassName
{
background-color: #CD8C76;
}
.BgClassName
{
background-color: #CD8C76;
}
</style>
border-color css
<style>
span { border-color: #CD8C76; }
span { border-color: rgb(205,140,118); }
td.TdClassName
{
border-color: #CD8C76;
}
.TagClassName
{
border-color: #CD8C76;
}
</style>