Shades of Feldspar #C38E6D
Tints of Feldspar #C38E6D
RGB
CMYK
RGB Variations
Color information
#C38E6D (or 0xC38E6D) is known color: Feldspar. HEX triplet: C3, 8E and 6D. RGB value is (195,142,109). Sum of RGB (Red+Green+Blue) = 195+142+109=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E6D is #3C7192. Grayscale: #9A9A9A. Windows color (decimal): -3961235 or 7179971. OLE color: 7179971.
HSL color Cylindrical-coordinate representation of color #C38E6D: hue angle of 23.02º 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 #C38E6D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 109 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.24 |
| HSL | 23.02º | 0.42% | 0.6% | - |
| HSV(B) | 23.02º | 0.44% | 0.76% | - |
| XYZ | 34.94 | 32.05 | 18.81 | - |
| YUV | 154.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 109 | 0 | 0.27 | 0.44 | 0.24 | 23.02 | 0.42 | 0.6 |
| Hex | C3 | 8E | 6D | 0 | 1B | 2C | 18 | 17 | 2A | 3C |
| Octal | 303 | 216 | 155 | 0 | 33 | 54 | 30 | 27 | 52 | 74 |
| Binary | 11000011 | 10001110 | 1101101 | 0 | 11011 | 101100 | 11000 | 10111 | 101010 | 111100 |
Color Harmonies of #C38E6D
Complementary color
Monochromatic Colors of #C38E6D
Black with #C38E6D
Text Example
Text Example
White with #C38E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E6D; }
p { color: rgb(195,142,109); }
H1.HeaderClassName
{
color: #C38E6D;
}
.AnyTagClassName
{
color: #C38E6D;
}
</style>
background-color css
<style>
a { background-color: #C38E6D; }
a { background-color: rgb(195,142,109); }
div.DivClassName
{
background-color: #C38E6D;
}
.BgClassName
{
background-color: #C38E6D;
}
</style>
border-color css
<style>
span { border-color: #C38E6D; }
span { border-color: rgb(195,142,109); }
td.TdClassName
{
border-color: #C38E6D;
}
.TagClassName
{
border-color: #C38E6D;
}
</style>