Shades of Feldspar #C8926D
Tints of Feldspar #C8926D
RGB
CMYK
RGB Variations
Color information
#C8926D (or 0xC8926D) is known color: Feldspar. HEX triplet: C8, 92 and 6D. RGB value is (200,146,109). Sum of RGB (Red+Green+Blue) = 200+146+109=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8926D is #376D92. Grayscale: #9E9E9E. Windows color (decimal): -3632531 or 7181000. OLE color: 7181000.
HSL color Cylindrical-coordinate representation of color #C8926D: hue angle of 24.4º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8926D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 109 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.22 |
| HSL | 24.4º | 0.45% | 0.61% | - |
| HSV(B) | 24.4º | 0.46% | 0.78% | - |
| XYZ | 36.86 | 33.94 | 19.08 | - |
| YUV | 157.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 109 | 0 | 0.27 | 0.46 | 0.22 | 24.4 | 0.45 | 0.61 |
| Hex | C8 | 92 | 6D | 0 | 1B | 2E | 16 | 18 | 2D | 3D |
| Octal | 310 | 222 | 155 | 0 | 33 | 56 | 26 | 30 | 55 | 75 |
| Binary | 11001000 | 10010010 | 1101101 | 0 | 11011 | 101110 | 10110 | 11000 | 101101 | 111101 |
Color Harmonies of #C8926D
Complementary color
Monochromatic Colors of #C8926D
Black with #C8926D
Text Example
Text Example
White with #C8926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8926D; }
p { color: rgb(200,146,109); }
H1.HeaderClassName
{
color: #C8926D;
}
.AnyTagClassName
{
color: #C8926D;
}
</style>
background-color css
<style>
a { background-color: #C8926D; }
a { background-color: rgb(200,146,109); }
div.DivClassName
{
background-color: #C8926D;
}
.BgClassName
{
background-color: #C8926D;
}
</style>
border-color css
<style>
span { border-color: #C8926D; }
span { border-color: rgb(200,146,109); }
td.TdClassName
{
border-color: #C8926D;
}
.TagClassName
{
border-color: #C8926D;
}
</style>