Shades of Feldspar #CD8C7A
Tints of Feldspar #CD8C7A
RGB
CMYK
RGB Variations
Color information
#CD8C7A (or 0xCD8C7A) is known color: Feldspar. HEX triplet: CD, 8C and 7A. RGB value is (205,140,122). Sum of RGB (Red+Green+Blue) = 205+140+122=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C7A is #327385. Grayscale: #9D9D9D. Windows color (decimal): -3306374 or 8031437. OLE color: 8031437.
HSL color Cylindrical-coordinate representation of color #CD8C7A: hue angle of 13.01º 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 #CD8C7A is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 122 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.20 |
| HSL | 13.01º | 0.45% | 0.64% | - |
| HSV(B) | 13.01º | 0.4% | 0.8% | - |
| XYZ | 38.07 | 33.14 | 22.8 | - |
| YUV | 157.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 122 | 0 | 0.32 | 0.40 | 0.20 | 13.01 | 0.45 | 0.64 |
| Hex | CD | 8C | 7A | 0 | 20 | 28 | 14 | D | 2D | 40 |
| Octal | 315 | 214 | 172 | 0 | 40 | 50 | 24 | 15 | 55 | 100 |
| Binary | 11001101 | 10001100 | 1111010 | 0 | 100000 | 101000 | 10100 | 1101 | 101101 | 1000000 |
Color Harmonies of #CD8C7A
Complementary color
Monochromatic Colors of #CD8C7A
Black with #CD8C7A
Text Example
Text Example
White with #CD8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C7A; }
p { color: rgb(205,140,122); }
H1.HeaderClassName
{
color: #CD8C7A;
}
.AnyTagClassName
{
color: #CD8C7A;
}
</style>
background-color css
<style>
a { background-color: #CD8C7A; }
a { background-color: rgb(205,140,122); }
div.DivClassName
{
background-color: #CD8C7A;
}
.BgClassName
{
background-color: #CD8C7A;
}
</style>
border-color css
<style>
span { border-color: #CD8C7A; }
span { border-color: rgb(205,140,122); }
td.TdClassName
{
border-color: #CD8C7A;
}
.TagClassName
{
border-color: #CD8C7A;
}
</style>