Shades of Feldspar #C68B77
Tints of Feldspar #C68B77
RGB
CMYK
RGB Variations
Color information
#C68B77 (or 0xC68B77) is known color: Feldspar. HEX triplet: C6, 8B and 77. RGB value is (198,139,119). Sum of RGB (Red+Green+Blue) = 198+139+119=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B77 is #397488. Grayscale: #9A9A9A. Windows color (decimal): -3765385 or 7834566. OLE color: 7834566.
HSL color Cylindrical-coordinate representation of color #C68B77: hue angle of 15.19º 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 #C68B77 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 119 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.22 |
| HSL | 15.19º | 0.41% | 0.62% | - |
| HSV(B) | 15.19º | 0.4% | 0.78% | - |
| XYZ | 35.85 | 31.8 | 21.7 | - |
| YUV | 154.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 119 | 0 | 0.30 | 0.40 | 0.22 | 15.19 | 0.41 | 0.62 |
| Hex | C6 | 8B | 77 | 0 | 1E | 28 | 16 | F | 29 | 3E |
| Octal | 306 | 213 | 167 | 0 | 36 | 50 | 26 | 17 | 51 | 76 |
| Binary | 11000110 | 10001011 | 1110111 | 0 | 11110 | 101000 | 10110 | 1111 | 101001 | 111110 |
Color Harmonies of #C68B77
Complementary color
Monochromatic Colors of #C68B77
Black with #C68B77
Text Example
Text Example
White with #C68B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B77; }
p { color: rgb(198,139,119); }
H1.HeaderClassName
{
color: #C68B77;
}
.AnyTagClassName
{
color: #C68B77;
}
</style>
background-color css
<style>
a { background-color: #C68B77; }
a { background-color: rgb(198,139,119); }
div.DivClassName
{
background-color: #C68B77;
}
.BgClassName
{
background-color: #C68B77;
}
</style>
border-color css
<style>
span { border-color: #C68B77; }
span { border-color: rgb(198,139,119); }
td.TdClassName
{
border-color: #C68B77;
}
.TagClassName
{
border-color: #C68B77;
}
</style>