Shades of Feldspar #CD8C6E
Tints of Feldspar #CD8C6E
RGB
CMYK
RGB Variations
Color information
#CD8C6E (or 0xCD8C6E) is known color: Feldspar. HEX triplet: CD, 8C and 6E. RGB value is (205,140,110). Sum of RGB (Red+Green+Blue) = 205+140+110=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C6E is #327391. Grayscale: #9C9C9C. Windows color (decimal): -3306386 or 7245005. OLE color: 7245005.
HSL color Cylindrical-coordinate representation of color #CD8C6E: hue angle of 18.95º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD8C6E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 110 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.20 |
| HSL | 18.95º | 0.49% | 0.62% | - |
| HSV(B) | 18.95º | 0.46% | 0.8% | - |
| XYZ | 37.37 | 32.86 | 19.13 | - |
| YUV | 156.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 110 | 0 | 0.32 | 0.46 | 0.20 | 18.95 | 0.49 | 0.62 |
| Hex | CD | 8C | 6E | 0 | 20 | 2E | 14 | 13 | 31 | 3E |
| Octal | 315 | 214 | 156 | 0 | 40 | 56 | 24 | 23 | 61 | 76 |
| Binary | 11001101 | 10001100 | 1101110 | 0 | 100000 | 101110 | 10100 | 10011 | 110001 | 111110 |
Color Harmonies of #CD8C6E
Complementary color
Monochromatic Colors of #CD8C6E
Black with #CD8C6E
Text Example
Text Example
White with #CD8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C6E; }
p { color: rgb(205,140,110); }
H1.HeaderClassName
{
color: #CD8C6E;
}
.AnyTagClassName
{
color: #CD8C6E;
}
</style>
background-color css
<style>
a { background-color: #CD8C6E; }
a { background-color: rgb(205,140,110); }
div.DivClassName
{
background-color: #CD8C6E;
}
.BgClassName
{
background-color: #CD8C6E;
}
</style>
border-color css
<style>
span { border-color: #CD8C6E; }
span { border-color: rgb(205,140,110); }
td.TdClassName
{
border-color: #CD8C6E;
}
.TagClassName
{
border-color: #CD8C6E;
}
</style>