Shades of Feldspar #C38C74
Tints of Feldspar #C38C74
RGB
CMYK
RGB Variations
Color information
#C38C74 (or 0xC38C74) is known color: Feldspar. HEX triplet: C3, 8C and 74. RGB value is (195,140,116). Sum of RGB (Red+Green+Blue) = 195+140+116=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C74 is #3C738B. Grayscale: #999999. Windows color (decimal): -3961740 or 7638211. OLE color: 7638211.
HSL color Cylindrical-coordinate representation of color #C38C74: hue angle of 18.23º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38C74 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 116 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.24 |
| HSL | 18.23º | 0.4% | 0.61% | - |
| HSV(B) | 18.23º | 0.41% | 0.76% | - |
| XYZ | 35.04 | 31.62 | 20.78 | - |
| YUV | 153.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 116 | 0 | 0.28 | 0.41 | 0.24 | 18.23 | 0.4 | 0.61 |
| Hex | C3 | 8C | 74 | 0 | 1C | 29 | 18 | 12 | 28 | 3D |
| Octal | 303 | 214 | 164 | 0 | 34 | 51 | 30 | 22 | 50 | 75 |
| Binary | 11000011 | 10001100 | 1110100 | 0 | 11100 | 101001 | 11000 | 10010 | 101000 | 111101 |
Color Harmonies of #C38C74
Complementary color
Monochromatic Colors of #C38C74
Black with #C38C74
Text Example
Text Example
White with #C38C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C74; }
p { color: rgb(195,140,116); }
H1.HeaderClassName
{
color: #C38C74;
}
.AnyTagClassName
{
color: #C38C74;
}
</style>
background-color css
<style>
a { background-color: #C38C74; }
a { background-color: rgb(195,140,116); }
div.DivClassName
{
background-color: #C38C74;
}
.BgClassName
{
background-color: #C38C74;
}
</style>
border-color css
<style>
span { border-color: #C38C74; }
span { border-color: rgb(195,140,116); }
td.TdClassName
{
border-color: #C38C74;
}
.TagClassName
{
border-color: #C38C74;
}
</style>