Shades of Feldspar #C6917B
Tints of Feldspar #C6917B
RGB
CMYK
RGB Variations
Color information
#C6917B (or 0xC6917B) is known color: Feldspar. HEX triplet: C6, 91 and 7B. RGB value is (198,145,123). Sum of RGB (Red+Green+Blue) = 198+145+123=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6917B is #396E84. Grayscale: #9E9E9E. Windows color (decimal): -3763845 or 8098246. OLE color: 8098246.
HSL color Cylindrical-coordinate representation of color #C6917B: hue angle of 17.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6917B is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 123 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.22 |
| HSL | 17.6º | 0.4% | 0.63% | - |
| HSV(B) | 17.6º | 0.38% | 0.78% | - |
| XYZ | 36.99 | 33.69 | 23.29 | - |
| YUV | 158.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 123 | 0 | 0.27 | 0.38 | 0.22 | 17.6 | 0.4 | 0.63 |
| Hex | C6 | 91 | 7B | 0 | 1B | 26 | 16 | 12 | 28 | 3F |
| Octal | 306 | 221 | 173 | 0 | 33 | 46 | 26 | 22 | 50 | 77 |
| Binary | 11000110 | 10010001 | 1111011 | 0 | 11011 | 100110 | 10110 | 10010 | 101000 | 111111 |
Color Harmonies of #C6917B
Complementary color
Monochromatic Colors of #C6917B
Black with #C6917B
Text Example
Text Example
White with #C6917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6917B; }
p { color: rgb(198,145,123); }
H1.HeaderClassName
{
color: #C6917B;
}
.AnyTagClassName
{
color: #C6917B;
}
</style>
background-color css
<style>
a { background-color: #C6917B; }
a { background-color: rgb(198,145,123); }
div.DivClassName
{
background-color: #C6917B;
}
.BgClassName
{
background-color: #C6917B;
}
</style>
border-color css
<style>
span { border-color: #C6917B; }
span { border-color: rgb(198,145,123); }
td.TdClassName
{
border-color: #C6917B;
}
.TagClassName
{
border-color: #C6917B;
}
</style>