Shades of Feldspar #C68B76
Tints of Feldspar #C68B76
RGB
CMYK
RGB Variations
Color information
#C68B76 (or 0xC68B76) is known color: Feldspar. HEX triplet: C6, 8B and 76. RGB value is (198,139,118). Sum of RGB (Red+Green+Blue) = 198+139+118=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B76 is #397489. Grayscale: #9A9A9A. Windows color (decimal): -3765386 or 7769030. OLE color: 7769030.
HSL color Cylindrical-coordinate representation of color #C68B76: hue angle of 15.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68B76 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 118 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.22 |
| HSL | 15.75º | 0.41% | 0.62% | - |
| HSV(B) | 15.75º | 0.4% | 0.78% | - |
| XYZ | 35.79 | 31.78 | 21.39 | - |
| YUV | 154.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 118 | 0 | 0.30 | 0.40 | 0.22 | 15.75 | 0.41 | 0.62 |
| Hex | C6 | 8B | 76 | 0 | 1E | 28 | 16 | 10 | 29 | 3E |
| Octal | 306 | 213 | 166 | 0 | 36 | 50 | 26 | 20 | 51 | 76 |
| Binary | 11000110 | 10001011 | 1110110 | 0 | 11110 | 101000 | 10110 | 10000 | 101001 | 111110 |
Color Harmonies of #C68B76
Complementary color
Monochromatic Colors of #C68B76
Black with #C68B76
Text Example
Text Example
White with #C68B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B76; }
p { color: rgb(198,139,118); }
H1.HeaderClassName
{
color: #C68B76;
}
.AnyTagClassName
{
color: #C68B76;
}
</style>
background-color css
<style>
a { background-color: #C68B76; }
a { background-color: rgb(198,139,118); }
div.DivClassName
{
background-color: #C68B76;
}
.BgClassName
{
background-color: #C68B76;
}
</style>
border-color css
<style>
span { border-color: #C68B76; }
span { border-color: rgb(198,139,118); }
td.TdClassName
{
border-color: #C68B76;
}
.TagClassName
{
border-color: #C68B76;
}
</style>