Shades of Feldspar #CD8672
Tints of Feldspar #CD8672
RGB
CMYK
RGB Variations
Color information
#CD8672 (or 0xCD8672) is known color: Feldspar. HEX triplet: CD, 86 and 72. RGB value is (205,134,114). Sum of RGB (Red+Green+Blue) = 205+134+114=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8672 is #32798D. Grayscale: #999999. Windows color (decimal): -3307918 or 7505613. OLE color: 7505613.
HSL color Cylindrical-coordinate representation of color #CD8672: hue angle of 13.19º degrees, saturation: 0.48, 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 #CD8672 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 134 | 114 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.20 |
| HSL | 13.19º | 0.48% | 0.63% | - |
| HSV(B) | 13.19º | 0.44% | 0.8% | - |
| XYZ | 36.74 | 31.24 | 20.01 | - |
| YUV | 152.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 134 | 114 | 0 | 0.35 | 0.44 | 0.20 | 13.19 | 0.48 | 0.63 |
| Hex | CD | 86 | 72 | 0 | 23 | 2C | 14 | D | 30 | 3F |
| Octal | 315 | 206 | 162 | 0 | 43 | 54 | 24 | 15 | 60 | 77 |
| Binary | 11001101 | 10000110 | 1110010 | 0 | 100011 | 101100 | 10100 | 1101 | 110000 | 111111 |
Color Harmonies of #CD8672
Complementary color
Monochromatic Colors of #CD8672
Black with #CD8672
Text Example
Text Example
White with #CD8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8672; }
p { color: rgb(205,134,114); }
H1.HeaderClassName
{
color: #CD8672;
}
.AnyTagClassName
{
color: #CD8672;
}
</style>
background-color css
<style>
a { background-color: #CD8672; }
a { background-color: rgb(205,134,114); }
div.DivClassName
{
background-color: #CD8672;
}
.BgClassName
{
background-color: #CD8672;
}
</style>
border-color css
<style>
span { border-color: #CD8672; }
span { border-color: rgb(205,134,114); }
td.TdClassName
{
border-color: #CD8672;
}
.TagClassName
{
border-color: #CD8672;
}
</style>