Shades of Feldspar #C38E6E
Tints of Feldspar #C38E6E
RGB
CMYK
RGB Variations
Color information
#C38E6E (or 0xC38E6E) is known color: Feldspar. HEX triplet: C3, 8E and 6E. RGB value is (195,142,110). Sum of RGB (Red+Green+Blue) = 195+142+110=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E6E is #3C7191. Grayscale: #9A9A9A. Windows color (decimal): -3961234 or 7245507. OLE color: 7245507.
HSL color Cylindrical-coordinate representation of color #C38E6E: hue angle of 22.59º 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 #C38E6E is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 110 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.24 |
| HSL | 22.59º | 0.41% | 0.6% | - |
| HSV(B) | 22.59º | 0.44% | 0.76% | - |
| XYZ | 34.99 | 32.07 | 19.1 | - |
| YUV | 154.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 110 | 0 | 0.27 | 0.44 | 0.24 | 22.59 | 0.41 | 0.6 |
| Hex | C3 | 8E | 6E | 0 | 1B | 2C | 18 | 17 | 29 | 3C |
| Octal | 303 | 216 | 156 | 0 | 33 | 54 | 30 | 27 | 51 | 74 |
| Binary | 11000011 | 10001110 | 1101110 | 0 | 11011 | 101100 | 11000 | 10111 | 101001 | 111100 |
Color Harmonies of #C38E6E
Complementary color
Monochromatic Colors of #C38E6E
Black with #C38E6E
Text Example
Text Example
White with #C38E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E6E; }
p { color: rgb(195,142,110); }
H1.HeaderClassName
{
color: #C38E6E;
}
.AnyTagClassName
{
color: #C38E6E;
}
</style>
background-color css
<style>
a { background-color: #C38E6E; }
a { background-color: rgb(195,142,110); }
div.DivClassName
{
background-color: #C38E6E;
}
.BgClassName
{
background-color: #C38E6E;
}
</style>
border-color css
<style>
span { border-color: #C38E6E; }
span { border-color: rgb(195,142,110); }
td.TdClassName
{
border-color: #C38E6E;
}
.TagClassName
{
border-color: #C38E6E;
}
</style>