Shades of Feldspar #C7926D
Tints of Feldspar #C7926D
RGB
CMYK
RGB Variations
Color information
#C7926D (or 0xC7926D) is known color: Feldspar. HEX triplet: C7, 92 and 6D. RGB value is (199,146,109). Sum of RGB (Red+Green+Blue) = 199+146+109=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7926D is #386D92. Grayscale: #9D9D9D. Windows color (decimal): -3698067 or 7180999. OLE color: 7180999.
HSL color Cylindrical-coordinate representation of color #C7926D: hue angle of 24.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7926D is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 109 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.22 |
| HSL | 24.67º | 0.45% | 0.6% | - |
| HSV(B) | 24.67º | 0.45% | 0.78% | - |
| XYZ | 36.59 | 33.8 | 19.06 | - |
| YUV | 157.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 109 | 0 | 0.27 | 0.45 | 0.22 | 24.67 | 0.45 | 0.6 |
| Hex | C7 | 92 | 6D | 0 | 1B | 2D | 16 | 19 | 2D | 3C |
| Octal | 307 | 222 | 155 | 0 | 33 | 55 | 26 | 31 | 55 | 74 |
| Binary | 11000111 | 10010010 | 1101101 | 0 | 11011 | 101101 | 10110 | 11001 | 101101 | 111100 |
Color Harmonies of #C7926D
Complementary color
Monochromatic Colors of #C7926D
Black with #C7926D
Text Example
Text Example
White with #C7926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7926D; }
p { color: rgb(199,146,109); }
H1.HeaderClassName
{
color: #C7926D;
}
.AnyTagClassName
{
color: #C7926D;
}
</style>
background-color css
<style>
a { background-color: #C7926D; }
a { background-color: rgb(199,146,109); }
div.DivClassName
{
background-color: #C7926D;
}
.BgClassName
{
background-color: #C7926D;
}
</style>
border-color css
<style>
span { border-color: #C7926D; }
span { border-color: rgb(199,146,109); }
td.TdClassName
{
border-color: #C7926D;
}
.TagClassName
{
border-color: #C7926D;
}
</style>