Shades of Feldspar #C38E7B
Tints of Feldspar #C38E7B
RGB
CMYK
RGB Variations
Color information
#C38E7B (or 0xC38E7B) is known color: Feldspar. HEX triplet: C3, 8E and 7B. RGB value is (195,142,123). Sum of RGB (Red+Green+Blue) = 195+142+123=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E7B is #3C7184. Grayscale: #9B9B9B. Windows color (decimal): -3961221 or 8097475. OLE color: 8097475.
HSL color Cylindrical-coordinate representation of color #C38E7B: hue angle of 15.83º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C38E7B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 123 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.24 |
| HSL | 15.83º | 0.38% | 0.62% | - |
| HSV(B) | 15.83º | 0.37% | 0.76% | - |
| XYZ | 35.75 | 32.38 | 23.1 | - |
| YUV | 155.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 123 | 0 | 0.27 | 0.37 | 0.24 | 15.83 | 0.38 | 0.62 |
| Hex | C3 | 8E | 7B | 0 | 1B | 25 | 18 | 10 | 26 | 3E |
| Octal | 303 | 216 | 173 | 0 | 33 | 45 | 30 | 20 | 46 | 76 |
| Binary | 11000011 | 10001110 | 1111011 | 0 | 11011 | 100101 | 11000 | 10000 | 100110 | 111110 |
Color Harmonies of #C38E7B
Complementary color
Monochromatic Colors of #C38E7B
Black with #C38E7B
Text Example
Text Example
White with #C38E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E7B; }
p { color: rgb(195,142,123); }
H1.HeaderClassName
{
color: #C38E7B;
}
.AnyTagClassName
{
color: #C38E7B;
}
</style>
background-color css
<style>
a { background-color: #C38E7B; }
a { background-color: rgb(195,142,123); }
div.DivClassName
{
background-color: #C38E7B;
}
.BgClassName
{
background-color: #C38E7B;
}
</style>
border-color css
<style>
span { border-color: #C38E7B; }
span { border-color: rgb(195,142,123); }
td.TdClassName
{
border-color: #C38E7B;
}
.TagClassName
{
border-color: #C38E7B;
}
</style>