Shades of Feldspar #C38F70
Tints of Feldspar #C38F70
RGB
CMYK
RGB Variations
Color information
#C38F70 (or 0xC38F70) is known color: Feldspar. HEX triplet: C3, 8F and 70. RGB value is (195,143,112). Sum of RGB (Red+Green+Blue) = 195+143+112=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F70 is #3C708F. Grayscale: #9B9B9B. Windows color (decimal): -3960976 or 7376835. OLE color: 7376835.
HSL color Cylindrical-coordinate representation of color #C38F70: hue angle of 22.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C38F70 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 112 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.24 |
| HSL | 22.41º | 0.41% | 0.6% | - |
| HSV(B) | 22.41º | 0.43% | 0.76% | - |
| XYZ | 35.25 | 32.42 | 19.73 | - |
| YUV | 155.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 112 | 0 | 0.27 | 0.43 | 0.24 | 22.41 | 0.41 | 0.6 |
| Hex | C3 | 8F | 70 | 0 | 1B | 2B | 18 | 16 | 29 | 3C |
| Octal | 303 | 217 | 160 | 0 | 33 | 53 | 30 | 26 | 51 | 74 |
| Binary | 11000011 | 10001111 | 1110000 | 0 | 11011 | 101011 | 11000 | 10110 | 101001 | 111100 |
Color Harmonies of #C38F70
Complementary color
Monochromatic Colors of #C38F70
Black with #C38F70
Text Example
Text Example
White with #C38F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F70; }
p { color: rgb(195,143,112); }
H1.HeaderClassName
{
color: #C38F70;
}
.AnyTagClassName
{
color: #C38F70;
}
</style>
background-color css
<style>
a { background-color: #C38F70; }
a { background-color: rgb(195,143,112); }
div.DivClassName
{
background-color: #C38F70;
}
.BgClassName
{
background-color: #C38F70;
}
</style>
border-color css
<style>
span { border-color: #C38F70; }
span { border-color: rgb(195,143,112); }
td.TdClassName
{
border-color: #C38F70;
}
.TagClassName
{
border-color: #C38F70;
}
</style>