Shades of Feldspar #C38D6E
Tints of Feldspar #C38D6E
RGB
CMYK
RGB Variations
Color information
#C38D6E (or 0xC38D6E) is known color: Feldspar. HEX triplet: C3, 8D and 6E. RGB value is (195,141,110). Sum of RGB (Red+Green+Blue) = 195+141+110=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D6E is #3C7291. Grayscale: #999999. Windows color (decimal): -3961490 or 7245251. OLE color: 7245251.
HSL color Cylindrical-coordinate representation of color #C38D6E: hue angle of 21.88º degrees, saturation: 0.41, 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 #C38D6E is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 110 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.24 |
| HSL | 21.88º | 0.41% | 0.6% | - |
| HSV(B) | 21.88º | 0.44% | 0.76% | - |
| XYZ | 34.85 | 31.78 | 19.05 | - |
| YUV | 153.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 110 | 0 | 0.28 | 0.44 | 0.24 | 21.88 | 0.41 | 0.6 |
| Hex | C3 | 8D | 6E | 0 | 1C | 2C | 18 | 16 | 29 | 3C |
| Octal | 303 | 215 | 156 | 0 | 34 | 54 | 30 | 26 | 51 | 74 |
| Binary | 11000011 | 10001101 | 1101110 | 0 | 11100 | 101100 | 11000 | 10110 | 101001 | 111100 |
Color Harmonies of #C38D6E
Complementary color
Monochromatic Colors of #C38D6E
Black with #C38D6E
Text Example
Text Example
White with #C38D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D6E; }
p { color: rgb(195,141,110); }
H1.HeaderClassName
{
color: #C38D6E;
}
.AnyTagClassName
{
color: #C38D6E;
}
</style>
background-color css
<style>
a { background-color: #C38D6E; }
a { background-color: rgb(195,141,110); }
div.DivClassName
{
background-color: #C38D6E;
}
.BgClassName
{
background-color: #C38D6E;
}
</style>
border-color css
<style>
span { border-color: #C38D6E; }
span { border-color: rgb(195,141,110); }
td.TdClassName
{
border-color: #C38D6E;
}
.TagClassName
{
border-color: #C38D6E;
}
</style>