Shades of Feldspar #CD8F73
Tints of Feldspar #CD8F73
RGB
CMYK
RGB Variations
Color information
#CD8F73 (or 0xCD8F73) is known color: Feldspar. HEX triplet: CD, 8F and 73. RGB value is (205,143,115). Sum of RGB (Red+Green+Blue) = 205+143+115=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F73 is #32708C. Grayscale: #9E9E9E. Windows color (decimal): -3305613 or 7573453. OLE color: 7573453.
HSL color Cylindrical-coordinate representation of color #CD8F73: hue angle of 18.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8F73 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 115 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.20 |
| HSL | 18.67º | 0.47% | 0.63% | - |
| HSV(B) | 18.67º | 0.44% | 0.8% | - |
| XYZ | 38.09 | 33.86 | 20.75 | - |
| YUV | 158.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 115 | 0 | 0.30 | 0.44 | 0.20 | 18.67 | 0.47 | 0.63 |
| Hex | CD | 8F | 73 | 0 | 1E | 2C | 14 | 13 | 2F | 3F |
| Octal | 315 | 217 | 163 | 0 | 36 | 54 | 24 | 23 | 57 | 77 |
| Binary | 11001101 | 10001111 | 1110011 | 0 | 11110 | 101100 | 10100 | 10011 | 101111 | 111111 |
Color Harmonies of #CD8F73
Complementary color
Monochromatic Colors of #CD8F73
Black with #CD8F73
Text Example
Text Example
White with #CD8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F73; }
p { color: rgb(205,143,115); }
H1.HeaderClassName
{
color: #CD8F73;
}
.AnyTagClassName
{
color: #CD8F73;
}
</style>
background-color css
<style>
a { background-color: #CD8F73; }
a { background-color: rgb(205,143,115); }
div.DivClassName
{
background-color: #CD8F73;
}
.BgClassName
{
background-color: #CD8F73;
}
</style>
border-color css
<style>
span { border-color: #CD8F73; }
span { border-color: rgb(205,143,115); }
td.TdClassName
{
border-color: #CD8F73;
}
.TagClassName
{
border-color: #CD8F73;
}
</style>