Shades of Feldspar #C68C77
Tints of Feldspar #C68C77
RGB
CMYK
RGB Variations
Color information
#C68C77 (or 0xC68C77) is known color: Feldspar. HEX triplet: C6, 8C and 77. RGB value is (198,140,119). Sum of RGB (Red+Green+Blue) = 198+140+119=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C77 is #397388. Grayscale: #9B9B9B. Windows color (decimal): -3765129 or 7834822. OLE color: 7834822.
HSL color Cylindrical-coordinate representation of color #C68C77: hue angle of 15.95º 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 #C68C77 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 119 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.22 |
| HSL | 15.95º | 0.41% | 0.62% | - |
| HSV(B) | 15.95º | 0.4% | 0.78% | - |
| XYZ | 36 | 32.09 | 21.75 | - |
| YUV | 154.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 119 | 0 | 0.29 | 0.40 | 0.22 | 15.95 | 0.41 | 0.62 |
| Hex | C6 | 8C | 77 | 0 | 1D | 28 | 16 | 10 | 29 | 3E |
| Octal | 306 | 214 | 167 | 0 | 35 | 50 | 26 | 20 | 51 | 76 |
| Binary | 11000110 | 10001100 | 1110111 | 0 | 11101 | 101000 | 10110 | 10000 | 101001 | 111110 |
Color Harmonies of #C68C77
Complementary color
Monochromatic Colors of #C68C77
Black with #C68C77
Text Example
Text Example
White with #C68C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C77; }
p { color: rgb(198,140,119); }
H1.HeaderClassName
{
color: #C68C77;
}
.AnyTagClassName
{
color: #C68C77;
}
</style>
background-color css
<style>
a { background-color: #C68C77; }
a { background-color: rgb(198,140,119); }
div.DivClassName
{
background-color: #C68C77;
}
.BgClassName
{
background-color: #C68C77;
}
</style>
border-color css
<style>
span { border-color: #C68C77; }
span { border-color: rgb(198,140,119); }
td.TdClassName
{
border-color: #C68C77;
}
.TagClassName
{
border-color: #C68C77;
}
</style>