Shades of Feldspar #C8967D
Tints of Feldspar #C8967D
RGB
CMYK
RGB Variations
Color information
#C8967D (or 0xC8967D) is known color: Feldspar. HEX triplet: C8, 96 and 7D. RGB value is (200,150,125). Sum of RGB (Red+Green+Blue) = 200+150+125=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8967D is #376982. Grayscale: #A2A2A2. Windows color (decimal): -3631491 or 8230600. OLE color: 8230600.
HSL color Cylindrical-coordinate representation of color #C8967D: hue angle of 20º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8967D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 125 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.22 |
| HSL | 20º | 0.41% | 0.64% | - |
| HSV(B) | 20º | 0.38% | 0.78% | - |
| XYZ | 38.43 | 35.57 | 24.24 | - |
| YUV | 162.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 125 | 0 | 0.25 | 0.38 | 0.22 | 20 | 0.41 | 0.64 |
| Hex | C8 | 96 | 7D | 0 | 19 | 26 | 16 | 14 | 29 | 40 |
| Octal | 310 | 226 | 175 | 0 | 31 | 46 | 26 | 24 | 51 | 100 |
| Binary | 11001000 | 10010110 | 1111101 | 0 | 11001 | 100110 | 10110 | 10100 | 101001 | 1000000 |
Color Harmonies of #C8967D
Complementary color
Monochromatic Colors of #C8967D
Black with #C8967D
Text Example
Text Example
White with #C8967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8967D; }
p { color: rgb(200,150,125); }
H1.HeaderClassName
{
color: #C8967D;
}
.AnyTagClassName
{
color: #C8967D;
}
</style>
background-color css
<style>
a { background-color: #C8967D; }
a { background-color: rgb(200,150,125); }
div.DivClassName
{
background-color: #C8967D;
}
.BgClassName
{
background-color: #C8967D;
}
</style>
border-color css
<style>
span { border-color: #C8967D; }
span { border-color: rgb(200,150,125); }
td.TdClassName
{
border-color: #C8967D;
}
.TagClassName
{
border-color: #C8967D;
}
</style>