Shades of Feldspar #CD8F7A
Tints of Feldspar #CD8F7A
RGB
CMYK
RGB Variations
Color information
#CD8F7A (or 0xCD8F7A) is known color: Feldspar. HEX triplet: CD, 8F and 7A. RGB value is (205,143,122). Sum of RGB (Red+Green+Blue) = 205+143+122=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F7A is #327085. Grayscale: #9F9F9F. Windows color (decimal): -3305606 or 8032205. OLE color: 8032205.
HSL color Cylindrical-coordinate representation of color #CD8F7A: hue angle of 15.18º 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 #CD8F7A is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 122 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.20 |
| HSL | 15.18º | 0.45% | 0.64% | - |
| HSV(B) | 15.18º | 0.4% | 0.8% | - |
| XYZ | 38.51 | 34.03 | 22.95 | - |
| YUV | 159.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 122 | 0 | 0.30 | 0.40 | 0.20 | 15.18 | 0.45 | 0.64 |
| Hex | CD | 8F | 7A | 0 | 1E | 28 | 14 | F | 2D | 40 |
| Octal | 315 | 217 | 172 | 0 | 36 | 50 | 24 | 17 | 55 | 100 |
| Binary | 11001101 | 10001111 | 1111010 | 0 | 11110 | 101000 | 10100 | 1111 | 101101 | 1000000 |
Color Harmonies of #CD8F7A
Complementary color
Monochromatic Colors of #CD8F7A
Black with #CD8F7A
Text Example
Text Example
White with #CD8F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F7A; }
p { color: rgb(205,143,122); }
H1.HeaderClassName
{
color: #CD8F7A;
}
.AnyTagClassName
{
color: #CD8F7A;
}
</style>
background-color css
<style>
a { background-color: #CD8F7A; }
a { background-color: rgb(205,143,122); }
div.DivClassName
{
background-color: #CD8F7A;
}
.BgClassName
{
background-color: #CD8F7A;
}
</style>
border-color css
<style>
span { border-color: #CD8F7A; }
span { border-color: rgb(205,143,122); }
td.TdClassName
{
border-color: #CD8F7A;
}
.TagClassName
{
border-color: #CD8F7A;
}
</style>