Shades of Feldspar #C39174
Tints of Feldspar #C39174
RGB
CMYK
RGB Variations
Color information
#C39174 (or 0xC39174) is known color: Feldspar. HEX triplet: C3, 91 and 74. RGB value is (195,145,116). Sum of RGB (Red+Green+Blue) = 195+145+116=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C39174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39174 is #3C6E8B. Grayscale: #9C9C9C. Windows color (decimal): -3960460 or 7639491. OLE color: 7639491.
HSL color Cylindrical-coordinate representation of color #C39174: hue angle of 22.03º 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 #C39174 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 116 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.24 |
| HSL | 22.03º | 0.4% | 0.61% | - |
| HSV(B) | 22.03º | 0.41% | 0.76% | - |
| XYZ | 35.78 | 33.11 | 21.03 | - |
| YUV | 156.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 116 | 0 | 0.26 | 0.41 | 0.24 | 22.03 | 0.4 | 0.61 |
| Hex | C3 | 91 | 74 | 0 | 1A | 29 | 18 | 16 | 28 | 3D |
| Octal | 303 | 221 | 164 | 0 | 32 | 51 | 30 | 26 | 50 | 75 |
| Binary | 11000011 | 10010001 | 1110100 | 0 | 11010 | 101001 | 11000 | 10110 | 101000 | 111101 |
Color Harmonies of #C39174
Complementary color
Monochromatic Colors of #C39174
Black with #C39174
Text Example
Text Example
White with #C39174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39174; }
p { color: rgb(195,145,116); }
H1.HeaderClassName
{
color: #C39174;
}
.AnyTagClassName
{
color: #C39174;
}
</style>
background-color css
<style>
a { background-color: #C39174; }
a { background-color: rgb(195,145,116); }
div.DivClassName
{
background-color: #C39174;
}
.BgClassName
{
background-color: #C39174;
}
</style>
border-color css
<style>
span { border-color: #C39174; }
span { border-color: rgb(195,145,116); }
td.TdClassName
{
border-color: #C39174;
}
.TagClassName
{
border-color: #C39174;
}
</style>