Shades of Feldspar #C38D72
Tints of Feldspar #C38D72
RGB
CMYK
RGB Variations
Color information
#C38D72 (or 0xC38D72) is known color: Feldspar. HEX triplet: C3, 8D and 72. RGB value is (195,141,114). Sum of RGB (Red+Green+Blue) = 195+141+114=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D72 is #3C728D. Grayscale: #9A9A9A. Windows color (decimal): -3961486 or 7507395. OLE color: 7507395.
HSL color Cylindrical-coordinate representation of color #C38D72: hue angle of 20º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38D72 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 114 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.24 |
| HSL | 20º | 0.4% | 0.61% | - |
| HSV(B) | 20º | 0.42% | 0.76% | - |
| XYZ | 35.07 | 31.87 | 20.22 | - |
| YUV | 154.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 114 | 0 | 0.28 | 0.42 | 0.24 | 20 | 0.4 | 0.61 |
| Hex | C3 | 8D | 72 | 0 | 1C | 2A | 18 | 14 | 28 | 3D |
| Octal | 303 | 215 | 162 | 0 | 34 | 52 | 30 | 24 | 50 | 75 |
| Binary | 11000011 | 10001101 | 1110010 | 0 | 11100 | 101010 | 11000 | 10100 | 101000 | 111101 |
Color Harmonies of #C38D72
Complementary color
Monochromatic Colors of #C38D72
Black with #C38D72
Text Example
Text Example
White with #C38D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D72; }
p { color: rgb(195,141,114); }
H1.HeaderClassName
{
color: #C38D72;
}
.AnyTagClassName
{
color: #C38D72;
}
</style>
background-color css
<style>
a { background-color: #C38D72; }
a { background-color: rgb(195,141,114); }
div.DivClassName
{
background-color: #C38D72;
}
.BgClassName
{
background-color: #C38D72;
}
</style>
border-color css
<style>
span { border-color: #C38D72; }
span { border-color: rgb(195,141,114); }
td.TdClassName
{
border-color: #C38D72;
}
.TagClassName
{
border-color: #C38D72;
}
</style>