Shades of Feldspar #C78D74
Tints of Feldspar #C78D74
RGB
CMYK
RGB Variations
Color information
#C78D74 (or 0xC78D74) is known color: Feldspar. HEX triplet: C7, 8D and 74. RGB value is (199,141,116). Sum of RGB (Red+Green+Blue) = 199+141+116=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D74 is #38728B. Grayscale: #9B9B9B. Windows color (decimal): -3699340 or 7638471. OLE color: 7638471.
HSL color Cylindrical-coordinate representation of color #C78D74: hue angle of 18.07º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C78D74 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 116 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.22 |
| HSL | 18.07º | 0.43% | 0.62% | - |
| HSV(B) | 18.07º | 0.42% | 0.78% | - |
| XYZ | 36.23 | 32.45 | 20.88 | - |
| YUV | 155.49 | 105.72 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 116 | 0 | 0.29 | 0.42 | 0.22 | 18.07 | 0.43 | 0.62 |
| Hex | C7 | 8D | 74 | 0 | 1D | 2A | 16 | 12 | 2B | 3E |
| Octal | 307 | 215 | 164 | 0 | 35 | 52 | 26 | 22 | 53 | 76 |
| Binary | 11000111 | 10001101 | 1110100 | 0 | 11101 | 101010 | 10110 | 10010 | 101011 | 111110 |
Color Harmonies of #C78D74
Complementary color
Monochromatic Colors of #C78D74
Black with #C78D74
Text Example
Text Example
White with #C78D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D74; }
p { color: rgb(199,141,116); }
H1.HeaderClassName
{
color: #C78D74;
}
.AnyTagClassName
{
color: #C78D74;
}
</style>
background-color css
<style>
a { background-color: #C78D74; }
a { background-color: rgb(199,141,116); }
div.DivClassName
{
background-color: #C78D74;
}
.BgClassName
{
background-color: #C78D74;
}
</style>
border-color css
<style>
span { border-color: #C78D74; }
span { border-color: rgb(199,141,116); }
td.TdClassName
{
border-color: #C78D74;
}
.TagClassName
{
border-color: #C78D74;
}
</style>