Shades of Feldspar #C38B74
Tints of Feldspar #C38B74
RGB
CMYK
RGB Variations
Color information
#C38B74 (or 0xC38B74) is known color: Feldspar. HEX triplet: C3, 8B and 74. RGB value is (195,139,116). Sum of RGB (Red+Green+Blue) = 195+139+116=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B74 is #3C748B. Grayscale: #999999. Windows color (decimal): -3961996 or 7637955. OLE color: 7637955.
HSL color Cylindrical-coordinate representation of color #C38B74: hue angle of 17.47º 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 #C38B74 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 116 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.24 |
| HSL | 17.47º | 0.4% | 0.61% | - |
| HSV(B) | 17.47º | 0.41% | 0.76% | - |
| XYZ | 34.89 | 31.33 | 20.73 | - |
| YUV | 153.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 116 | 0 | 0.29 | 0.41 | 0.24 | 17.47 | 0.4 | 0.61 |
| Hex | C3 | 8B | 74 | 0 | 1D | 29 | 18 | 11 | 28 | 3D |
| Octal | 303 | 213 | 164 | 0 | 35 | 51 | 30 | 21 | 50 | 75 |
| Binary | 11000011 | 10001011 | 1110100 | 0 | 11101 | 101001 | 11000 | 10001 | 101000 | 111101 |
Color Harmonies of #C38B74
Complementary color
Monochromatic Colors of #C38B74
Black with #C38B74
Text Example
Text Example
White with #C38B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B74; }
p { color: rgb(195,139,116); }
H1.HeaderClassName
{
color: #C38B74;
}
.AnyTagClassName
{
color: #C38B74;
}
</style>
background-color css
<style>
a { background-color: #C38B74; }
a { background-color: rgb(195,139,116); }
div.DivClassName
{
background-color: #C38B74;
}
.BgClassName
{
background-color: #C38B74;
}
</style>
border-color css
<style>
span { border-color: #C38B74; }
span { border-color: rgb(195,139,116); }
td.TdClassName
{
border-color: #C38B74;
}
.TagClassName
{
border-color: #C38B74;
}
</style>