Shades of Feldspar #C38D6D
Tints of Feldspar #C38D6D
RGB
CMYK
RGB Variations
Color information
#C38D6D (or 0xC38D6D) is known color: Feldspar. HEX triplet: C3, 8D and 6D. RGB value is (195,141,109). Sum of RGB (Red+Green+Blue) = 195+141+109=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D6D is #3C7292. Grayscale: #999999. Windows color (decimal): -3961491 or 7179715. OLE color: 7179715.
HSL color Cylindrical-coordinate representation of color #C38D6D: hue angle of 22.33º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38D6D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 109 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.24 |
| HSL | 22.33º | 0.42% | 0.6% | - |
| HSV(B) | 22.33º | 0.44% | 0.76% | - |
| XYZ | 34.79 | 31.76 | 18.76 | - |
| YUV | 153.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 109 | 0 | 0.28 | 0.44 | 0.24 | 22.33 | 0.42 | 0.6 |
| Hex | C3 | 8D | 6D | 0 | 1C | 2C | 18 | 16 | 2A | 3C |
| Octal | 303 | 215 | 155 | 0 | 34 | 54 | 30 | 26 | 52 | 74 |
| Binary | 11000011 | 10001101 | 1101101 | 0 | 11100 | 101100 | 11000 | 10110 | 101010 | 111100 |
Color Harmonies of #C38D6D
Complementary color
Monochromatic Colors of #C38D6D
Black with #C38D6D
Text Example
Text Example
White with #C38D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D6D; }
p { color: rgb(195,141,109); }
H1.HeaderClassName
{
color: #C38D6D;
}
.AnyTagClassName
{
color: #C38D6D;
}
</style>
background-color css
<style>
a { background-color: #C38D6D; }
a { background-color: rgb(195,141,109); }
div.DivClassName
{
background-color: #C38D6D;
}
.BgClassName
{
background-color: #C38D6D;
}
</style>
border-color css
<style>
span { border-color: #C38D6D; }
span { border-color: rgb(195,141,109); }
td.TdClassName
{
border-color: #C38D6D;
}
.TagClassName
{
border-color: #C38D6D;
}
</style>