Shades of Feldspar #CD8D7B
Tints of Feldspar #CD8D7B
RGB
CMYK
RGB Variations
Color information
#CD8D7B (or 0xCD8D7B) is known color: Feldspar. HEX triplet: CD, 8D and 7B. RGB value is (205,141,123). Sum of RGB (Red+Green+Blue) = 205+141+123=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8D7B is #327284. Grayscale: #9E9E9E. Windows color (decimal): -3306117 or 8097229. OLE color: 8097229.
HSL color Cylindrical-coordinate representation of color #CD8D7B: hue angle of 13.17º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD8D7B is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 141 | 123 | - |
| CMYK | 0 | 0.31 | 0.4 | 0.20 |
| HSL | 13.17º | 0.45% | 0.64% | - |
| HSV(B) | 13.17º | 0.4% | 0.8% | - |
| XYZ | 38.28 | 33.46 | 23.18 | - |
| YUV | 158.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 141 | 123 | 0 | 0.31 | 0.4 | 0.20 | 13.17 | 0.45 | 0.64 |
| Hex | CD | 8D | 7B | 0 | 1F | 28 | 14 | D | 2D | 40 |
| Octal | 315 | 215 | 173 | 0 | 37 | 50 | 24 | 15 | 55 | 100 |
| Binary | 11001101 | 10001101 | 1111011 | 0 | 11111 | 101000 | 10100 | 1101 | 101101 | 1000000 |
Color Harmonies of #CD8D7B
Complementary color
Monochromatic Colors of #CD8D7B
Black with #CD8D7B
Text Example
Text Example
White with #CD8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8D7B; }
p { color: rgb(205,141,123); }
H1.HeaderClassName
{
color: #CD8D7B;
}
.AnyTagClassName
{
color: #CD8D7B;
}
</style>
background-color css
<style>
a { background-color: #CD8D7B; }
a { background-color: rgb(205,141,123); }
div.DivClassName
{
background-color: #CD8D7B;
}
.BgClassName
{
background-color: #CD8D7B;
}
</style>
border-color css
<style>
span { border-color: #CD8D7B; }
span { border-color: rgb(205,141,123); }
td.TdClassName
{
border-color: #CD8D7B;
}
.TagClassName
{
border-color: #CD8D7B;
}
</style>