Shades of Feldspar #CD8C6D
Tints of Feldspar #CD8C6D
RGB
CMYK
RGB Variations
Color information
#CD8C6D (or 0xCD8C6D) is known color: Feldspar. HEX triplet: CD, 8C and 6D. RGB value is (205,140,109). Sum of RGB (Red+Green+Blue) = 205+140+109=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C6D is #327392. Grayscale: #9C9C9C. Windows color (decimal): -3306387 or 7179469. OLE color: 7179469.
HSL color Cylindrical-coordinate representation of color #CD8C6D: hue angle of 19.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD8C6D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 109 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.20 |
| HSL | 19.38º | 0.49% | 0.62% | - |
| HSV(B) | 19.38º | 0.47% | 0.8% | - |
| XYZ | 37.32 | 32.84 | 18.84 | - |
| YUV | 155.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 109 | 0 | 0.32 | 0.47 | 0.20 | 19.38 | 0.49 | 0.62 |
| Hex | CD | 8C | 6D | 0 | 20 | 2F | 14 | 13 | 31 | 3E |
| Octal | 315 | 214 | 155 | 0 | 40 | 57 | 24 | 23 | 61 | 76 |
| Binary | 11001101 | 10001100 | 1101101 | 0 | 100000 | 101111 | 10100 | 10011 | 110001 | 111110 |
Color Harmonies of #CD8C6D
Complementary color
Monochromatic Colors of #CD8C6D
Black with #CD8C6D
Text Example
Text Example
White with #CD8C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C6D; }
p { color: rgb(205,140,109); }
H1.HeaderClassName
{
color: #CD8C6D;
}
.AnyTagClassName
{
color: #CD8C6D;
}
</style>
background-color css
<style>
a { background-color: #CD8C6D; }
a { background-color: rgb(205,140,109); }
div.DivClassName
{
background-color: #CD8C6D;
}
.BgClassName
{
background-color: #CD8C6D;
}
</style>
border-color css
<style>
span { border-color: #CD8C6D; }
span { border-color: rgb(205,140,109); }
td.TdClassName
{
border-color: #CD8C6D;
}
.TagClassName
{
border-color: #CD8C6D;
}
</style>