Shades of Feldspar #C68C78
Tints of Feldspar #C68C78
RGB
CMYK
RGB Variations
Color information
#C68C78 (or 0xC68C78) is known color: Feldspar. HEX triplet: C6, 8C and 78. RGB value is (198,140,120). Sum of RGB (Red+Green+Blue) = 198+140+120=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C78 is #397387. Grayscale: #9B9B9B. Windows color (decimal): -3765128 or 7900358. OLE color: 7900358.
HSL color Cylindrical-coordinate representation of color #C68C78: hue angle of 15.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68C78 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 120 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.22 |
| HSL | 15.38º | 0.41% | 0.62% | - |
| HSV(B) | 15.38º | 0.39% | 0.78% | - |
| XYZ | 36.06 | 32.12 | 22.07 | - |
| YUV | 155.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 120 | 0 | 0.29 | 0.39 | 0.22 | 15.38 | 0.41 | 0.62 |
| Hex | C6 | 8C | 78 | 0 | 1D | 27 | 16 | F | 29 | 3E |
| Octal | 306 | 214 | 170 | 0 | 35 | 47 | 26 | 17 | 51 | 76 |
| Binary | 11000110 | 10001100 | 1111000 | 0 | 11101 | 100111 | 10110 | 1111 | 101001 | 111110 |
Color Harmonies of #C68C78
Complementary color
Monochromatic Colors of #C68C78
Black with #C68C78
Text Example
Text Example
White with #C68C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C78; }
p { color: rgb(198,140,120); }
H1.HeaderClassName
{
color: #C68C78;
}
.AnyTagClassName
{
color: #C68C78;
}
</style>
background-color css
<style>
a { background-color: #C68C78; }
a { background-color: rgb(198,140,120); }
div.DivClassName
{
background-color: #C68C78;
}
.BgClassName
{
background-color: #C68C78;
}
</style>
border-color css
<style>
span { border-color: #C68C78; }
span { border-color: rgb(198,140,120); }
td.TdClassName
{
border-color: #C68C78;
}
.TagClassName
{
border-color: #C68C78;
}
</style>